update : 2015.11.03
php.shukuma.com검색:
|
fwrite(PHP 4, PHP 5, PHP 7) fwrite — Binary-safe file write 설명
int fwrite
( resource
$handle
, string $string
[, int $length
] )
fwrite() writes the contents of
인수
반환값
fwrite() returns the number of bytes
written, or 주의
예제
Example #1 A simple fwrite() example
<?php 참고
|