[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-08-25 Thread Nicolas Bérard-Nault
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-08-18 Thread Nicolas Bérard-Nault
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-08-18 Thread Nicolas Bérard-Nault
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-08-18 Thread Nicolas Bérard-Nault
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-08-17 Thread Nicolas Bérard-Nault
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-08-17 Thread Nicolas Bérard-Nault
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-08-17 Thread Nicolas Bérard-Nault
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.

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2007-06-14 Thread Gwynne Amaya Raskind
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-08-26 Thread Hannes Magnusson
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

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-20 Thread Philip Olson
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

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-17 Thread Nuno Lopes
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]

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Etienne Kneuss
arr, sounds like I won't be able to make one thing right! Sorry about that ;) -- Etienne Kneuss http://www.colder.ch/ [EMAIL PROTECTED]

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Etienne Kneuss
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

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Nuno Lopes
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Etienne Kneuss
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2005-07-12 Thread Nuno Lopes
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/

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2004-10-24 Thread Nuno Lopes
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

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2003-06-28 Thread Derick Rethans
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 -