nicobn Sun Aug 26 04:20:57 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Fixed bug #42430
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.21&r2=1.22&diff_form
nicobn Sat Aug 18 18:43:24 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Added reference to stream_context_create in the pagraph for context
description
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/file
nicobn Sat Aug 18 18:18:02 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Default encoding can also be changed with stream_default_encoding
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/function
nicobn Sat Aug 18 15:13:16 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Only true if unicode.semantics=1
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.18&r
nicobn Sat Aug 18 04:32:34 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Fixed small typos
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.17&r2=1.18&diff_for
nicobn Sat Aug 18 04:19:49 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Specify explicitly the behaviour when the file already exists
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/fi
nicobn Sat Aug 18 03:32:51 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
- Added a table with the available flags for the flags parameter
- Added PHP 6's FILE_TEXT and FILE_BINARY
http://cvs.php.net/viewvc.
gwynne Thu Jun 14 21:11:57 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Documented FILE_TEXT and FILE_BINARY flags. Fixes bug #41609.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/fi
bjori Sat Aug 26 11:30:09 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Returns false on failure, not bytes_written (user note: glen -AT- delfi dot
ee)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/file
arr, sounds like I won't be able to make one thing right!
Sorry about that ;)
No problem ;) When I started in phpdoc I remember having everybody
complaining about my commits :)
Nuno
Yes, everyone remembers those days! ;-) The question is always
"Should I email them in private, to the l
No problem ;) When I started in phpdoc I remember having everybody
complaining about my commits :)
Nuno
- Original Message -
arr, sounds like I won't be able to make one thing right!
Sorry about that ;)
--
Etienne Kneuss
http://www.colder.ch/
[EMAIL PROTECTED]
arr, sounds like I won't be able to make one thing right!
Sorry about that ;)
--
Etienne Kneuss
http://www.colder.ch/
[EMAIL PROTECTED]
colder Sat Jun 17 00:16:59 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
little typo
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.8&r2=1.9&diff_format=u
Inde
You can also specify the data parameter as an
array
(not multi-dimension arrays). This is equivalent to
- file_put_contents($filename, join('', $array)).
+ file_put_contents($filename, implode('' ,$array)).
Watch out! That comma isn't in the right place :)
Nuno
colder Fri Jun 16 18:11:32 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Avoid using aliases
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.7&r2=1.8&diff_forma
nlopess Tue Jul 12 15:30:52 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
convert to new style and document the support for LOCK_EX in php 5.1
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/
nlopess Sun Oct 24 13:22:51 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
data can also be an array
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.3&r2=1.4&ty=u
In
derick Sat Jun 28 03:19:56 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
- Document return value
#- I'm just implementing this...
Index: phpdoc/en/reference/filesystem/functions/file-put-contents.xml
diff -
18 matches
Mail list logo