PHP » GoLang |
login |
register |
about
|
fwrite(PHP 4, PHP 5, PHP 7) fwrite — Binary-safe file write Description
int fwrite
( resource
$handle
, string $string
[, int $length
] )
fwrite() writes the contents of
Parameters
Return Values
fwrite() returns the number of bytes
written, or Notes
Examples
Example #1 A simple fwrite() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|