This functionality is now implemented in the PEAR package PHP_Compat.
More information about using this function without upgrading your version of PHP can be found on the below link:
http://pear.php.net/package/PHP_Compat
![]() | fprintfDescriptionint fprintf ( resource handle, string format [, mixed args [, mixed ...]] )Write a string produced according to format to the stream resource specified by handle. format is described in the documentation for sprintf(). Returns the length of the outputted string. See also: printf(), sprintf(), sscanf(), fscanf(), vsprintf(), and number_format(). Examples
![]()
aidan at php dot net
31-May-2004 01:35
This functionality is now implemented in the PEAR package PHP_Compat. | ![]() | |