update : 2015.11.03
php.shukuma.com검색:
|
SplFileObject::fwrite(PHP 5 >= 5.1.0) SplFileObject::fwrite — Write to file 설명
public int SplFileObject::fwrite
( string
$str
[, int $length
] )
Writes the contents of 인수
반환값
Returns the number of bytes written, or 예제
Example #1 SplFileObject::fwrite() example
<?php 위 예제의 출력 예시: Wrote 5 bytes to file |