PHP file_put_contents()

1 개요[ | ]

PHP file_put_contents()
PHP
Copy
int file_put_contents ( string $filename , mixed $data [, int $flags = 0 [, resource $context ]] )
PHP
Copy
file_put_contents("test.txt", "John Smith");

2 같이 보기[ | ]

3 참고[ | ]