Commit graph

699 commits

Author SHA1 Message Date
Ross Masters
4375ee59c9 * Fix for http://news.php.net/php.webmaster/3784
* Examples for uasort, DateTimeZone::construct, file_get_contents, file_put_contents and ini_set


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275453 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-09 21:54:29 +00:00
Sascha Schumann
5c7ca9e97f - extend example with [] syntax, small typo fix
patch by thorstenr, cleaned up


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275039 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-02 13:05:20 +00:00
Kalle Sommer Nielsen
9f6cf2b555 * Document Windows support for: fnmatch(), link(), linkinfo(), readlink(), symlink(), checkdnsrr(), dns_get_record(), getmxrr() and stream_socket_pair()
* Document that socket_create_pair() was unavailable on Windows between 4.3 and 5.3, aswell as making the example work on Windows and fix a syntax error in there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@274832 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-29 10:21:20 +00:00
Jakub Vrana
485ec76050 parse_ini_string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273653 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 18:32:13 +00:00
Jakub Vrana
5730e7a2fa Initializers - part 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273648 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:14:26 +00:00
Jakub Vrana
0ef9a59224 Undocument PHP 3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273643 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 15:36:27 +00:00
Daniel P. Brown
27a008690d Typofix in example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272346 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-31 03:05:01 +00:00
Kalle Sommer Nielsen
c733d0d1f9 * Documented the scanner_mode parameter on parse_ini_file
* Documented INI_SCANNER_NORMAL and INI_SCANNER_RAW constants


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270913 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-09 20:18:39 +00:00
Kalle Sommer Nielsen
effe822770 Fixed bug #46666 (Clearstatcache missing parameter info)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270562 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-05 03:29:28 +00:00
Hannes Magnusson
f8416d8733 - Dont make it literal (makes the char look like a slash)
- Add a link to the bitwise manual page


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270226 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-01 13:05:41 +00:00
Philip Olson
84525eff8e Changed deprecated ereg to preferred preg from SeeAlso and Examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270042 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-28 20:34:00 +00:00
Jakub Vrana
ed4ad80c0c Windows trim prefix (bug #44222)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268491 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:35:03 +00:00
Jakub Vrana
56c718d1ef Read whole lines (bug #44674)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268472 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 09:57:12 +00:00
Jakub Vrana
f60082dcb0 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Daniel P. Brown
e4f61b566b Added cross-link to chmod()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267390 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-16 13:17:29 +00:00
Ross Masters
0db3f7cb2c Fixing example code to comply with PEAR coding standards.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267321 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-14 15:10:17 +00:00
Ross Masters
964f0c1f63 Added examples for all functions.
Added forced download image for readfile example.

Added see also links for the following:
- flush
- fileowner
- rewind
- rmdir


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267284 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-13 19:26:50 +00:00
Ross Masters
66095fd370 Added missing examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267129 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-09 20:40:06 +00:00
Hannes Magnusson
4a6e79e26a as of PHP5.3 we have our own realpath() implementation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266037 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 14:43:53 +00:00
Hannes Magnusson
cc1e4dff77 Returns false on parse errors as of PHP5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266035 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 14:32:34 +00:00
Kalle Sommer Nielsen
497b2e700c Fix examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265781 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-31 22:45:31 +00:00
Kalle Sommer Nielsen
fce226114f Added new example for touch()
Added two examples for stat()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265705 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-31 01:30:39 +00:00
TAKAGI Masahiro
288e57e4ff fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265454 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-25 04:22:37 +00:00
Kalle Sommer Nielsen
e2fde08dda Move note regrading time resolution into an entity (note.filesystem-time-res)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265412 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:36:06 +00:00
Hannes Magnusson
5cd5661448 Use proper markup for variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265362 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 15:40:25 +00:00
Kalle Sommer Nielsen
43de627a27 Added note on fileatime, filectime, filemtime, stat and touch regrading time resolution from file system to another
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265254 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-21 23:50:27 +00:00
Kalle Sommer Nielsen
0de11ca950 Document recent changes to the file system portability:
* touch($dir) works on Windows as of 5.3
* ino, uid & gid is always 0 on Windows


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265125 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-19 13:03:09 +00:00
Davey Shafik
0a1a5f3ba4 Better language for the ftell() description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265018 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-18 00:14:18 +00:00
Kalle Sommer Nielsen
e85f3ac16b Fixes #43728 (An addition to fread)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264831 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-14 10:14:43 +00:00
Kalle Sommer Nielsen
65edc5f0e7 Fixes #45547
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263086 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-21 12:55:39 +00:00
Kalle Sommer Nielsen
31863a641f rdev is actually available on Windows, see MSDN docs (st_rdev == st_dev)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262241 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-08 01:17:41 +00:00
Philip Olson
97b4b22e86 Implemented role="noversion"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261050 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-11 15:41:12 +00:00
Kalle Sommer Nielsen
45a1295aad strptime, dio_fcntl, dio_tcsetattr, dio_truncate, stream_socket_pair - Moved &note.no-windows; into a note refsec
lchgrp, lchown - Added not implemented on Windows note


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260402 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-28 04:42:07 +00:00
Hannes Magnusson
6565b69698 file_exists() returns false on symlinks pointing nowhere (user note <eweringATgmail>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260312 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-26 11:30:03 +00:00
Kalle Sommer Nielsen
edf90ac05e Fixes #43727
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257786 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-18 06:29:10 +00:00
Hannes Magnusson
c6f437feea Fixed bug#43530 (glob returns FALSE instead of empty array when no files
matched)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257411 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-13 23:50:22 +00:00
Mark Wiesemann
8d18dde215 - added missing comma
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256642 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-02 07:46:39 +00:00
Nuno Lopes
869a9ddff2 remove bogus '. n' from the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255396 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-18 19:36:40 +00:00
Jakub Vrana
ac24a7622a See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254744 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-10 09:26:23 +00:00
Philip Olson
af412a86b0 Removed my recently introduced parse error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253977 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-29 17:55:20 +00:00
Philip Olson
f7cb72e070 Added a flags parameter example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253976 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-29 17:47:09 +00:00
Hannes Magnusson
81534059fc Add an example on how realpath() works on windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253392 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-21 11:46:28 +00:00
Philip Olson
d522d135a1 Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Hannes Magnusson
581ef07abc Document the default value for the optional recursive parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252839 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-13 13:59:20 +00:00
Jakub Vrana
c3b09ae8b7 Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251239 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 10:03:12 +00:00
Paul Reinheimer
cbbc8d0495 Fix #43481
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247566 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-04 01:36:37 +00:00
Jakub Vrana
707622fbc9 List reading stop (bug #42827)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246614 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:18:39 +00:00
Richard Quadling
18fb15b3d0 Context is optional, but not skippable.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245757 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-06 14:54:11 +00:00
Richard Quadling
3ba87d4395 Changelog 5.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245708 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-06 10:29:13 +00:00
Richard Quadling
72ff7fc9e0 Updated prototype to include context which seems to have been introduced in 5.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245703 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-06 10:04:37 +00:00
Felipe Pena
d487956794 Fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245543 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-04 21:38:36 +00:00
Maciek Sokolewicz
3372ac6a33 added possible return value 'socket'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244576 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-22 08:43:30 +00:00
Nuno Lopes
1f7e9bb0ff fix bug #42997: this function is only similar, not identical to file()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244458 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-19 11:35:38 +00:00
Hannes Magnusson
b6dadfe7f8 Add str_getcsv/fgetcsv to the seealso section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244243 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-15 13:40:05 +00:00
Hannes Magnusson
91f6add4c2 Document the optional escape parameter, available as of 5.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244145 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-13 15:24:17 +00:00
Hannes Magnusson
05e84d623c Remove bogus function from the seealso section (Paul Reinheimer)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244037 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-11 06:59:22 +00:00
Philip Olson
0284002995 ref.filesystem: Implemented the new doc style, new entities, and rewording where appropriate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242571 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-15 02:44:00 +00:00
Nick Berard
d7918a5fed Fixed bug #42524
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242093 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-03 06:26:17 +00:00
Hannes Magnusson
9bc94af73e Improve parameter description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242080 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-02 22:11:56 +00:00
Hannes Magnusson
768cd0bd0f New-doc-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242079 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-02 22:03:33 +00:00
Hannes Magnusson
1c04d22371 Fix the fix for bug#32889, also closes bug#42066
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242078 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-02 21:40:46 +00:00
Nick Berard
b9384f9d4c Fixed bug #42430
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241837 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-26 04:20:56 +00:00
Jakub Vrana
9b836c02c4 Keys and sections are evaluated as integers only before PHP 5.2.4 (bug #29306)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241652 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 14:32:19 +00:00
Jakub Vrana
097a59c938 Windows examples (bug #36956)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241639 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 12:21:22 +00:00
Nick Berard
bb0035fc91 Added reference to stream_context_create in the pagraph for context description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241528 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:43:24 +00:00
Nick Berard
c0cbf0f917 - Corrected wrongly spelled function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241527 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:36:56 +00:00
Nick Berard
0348eb53ff - Added parameter informations
- Added return value informations
- Updated prototype
- Added warning for versions prior to PHP 6 about the 'flags' parameter
- Made the page unicode-aware


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241526 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:20:50 +00:00
Nick Berard
2ac5efcd57 Default encoding can also be changed with stream_default_encoding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241525 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 18:18:02 +00:00
Nick Berard
cfe7982cba Only true if unicode.semantics=1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241513 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 15:13:16 +00:00
TAKAGI Masahiro
bf013152d0 fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241505 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 09:01:06 +00:00
Nick Berard
ba278a3b5c - Added reference to FILE_TEXT and FILE_BINARY flags
- Described the context parameter


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241495 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 04:37:18 +00:00
Nick Berard
fac64645e8 Fixed small typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241494 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 04:32:34 +00:00
Nick Berard
30a9c08673 Specify explicitly the behaviour when the file already exists
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241493 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 04:19:49 +00:00
Nick Berard
b3fd3001c5 - Added a table with the available flags for the flags parameter
- Added PHP 6's FILE_TEXT and FILE_BINARY


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241491 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-18 03:32:51 +00:00
Jakub Vrana
ff1eff60b8 Safe mode aware (bug #38724)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241457 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 16:39:41 +00:00
Jakub Vrana
10691d2154 Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241325 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 15:48:12 +00:00
Jakub Vrana
5414c4b5dc Doesn't return false for empty file (bug 41754)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241319 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 14:08:22 +00:00
Jakub Vrana
9d9191d9c0 unlink clears cache (bug #41755)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241318 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 14:04:11 +00:00
Jakub Vrana
f95fc9e44b LOCK_NB not supported on Windows (bug #41769)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241317 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 13:46:21 +00:00
Jakub Vrana
a5918e092e Mandatory lock under Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241316 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 13:39:01 +00:00
Jakub Vrana
482f9428de 'blocks' not available on Windows (bug #41798)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241315 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 13:32:51 +00:00
Jakub Vrana
01615908a9 Terminates line (bug #42202)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241296 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 09:00:27 +00:00
Matt Li
e6c3eb9718 Fix typo #42234
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240852 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-07 22:07:48 +00:00
Hannes Magnusson
2660f9bef5 Reword/fix (thanks Jani)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240598 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-02 13:12:18 +00:00
TAKAGI Masahiro
ab07b306e2 fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240421 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-28 20:32:10 +00:00
Mehdi Achour
38db28310e More new doc style
# Also fixed fputcsv() where the fields parameters is required


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238982 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-01 21:31:16 +00:00
Mehdi Achour
e747e6c62a Fix #41493
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238375 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-24 02:12:58 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
899c18ccbc ref.filesystem: switch to new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237808 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-16 01:17:14 +00:00
Mehdi Achour
891ea0a06e WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237787 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 19:45:56 +00:00
Gwynne Raskind
f437acec06 Documented FILE_TEXT and FILE_BINARY flags. Fixes bug #41609.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237694 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-14 21:11:57 +00:00
Hannes Magnusson
c9d8e1779e Document the second parameter correctly (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233199 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-03 20:38:29 +00:00
Jakub Vrana
dbbee91caa Doesn't use effective UID (bug #40535)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232443 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 16:10:05 +00:00
Sean Coates
a39a2b0be6 add note about atomic fwrites in append mode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231084 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-03 18:24:00 +00:00
Philip Olson
c2e9e5a27e According to our guidelines:
- Use PHP x.x.0 instead of PHP x.x, or use PHP x.x.x where appropriate
- Use PHP x instead of PHPx


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229829 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 08:12:20 +00:00
Hannes Magnusson
f3607a0f15 No short-tags!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229056 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-05 18:03:39 +00:00
Hannes Magnusson
3efa1e2f15 copy&paste typo
# Thanks Sean :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228971 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 16:14:18 +00:00
Hannes Magnusson
566c82cf24 Bug#40267 (tempnam creates file with access permissions mode of 0600)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228956 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 13:49:49 +00:00
Philip Olson
a142babd0f WS, preparing for the new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228836 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-03 08:13:44 +00:00
Mehdi Achour
49b930dc0c Fix 38853: Include example output for realpath
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227812 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-22 01:46:15 +00:00
Vincent Briet
44bbf07f58 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223550 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-18 14:37:53 +00:00
Nuno Lopes
a661fbddf5 fix #38810: GLOB_BRACE not avaible on solaris
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223048 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-09 15:31:05 +00:00
Sean Coates
8a5ab24f14 add links to stream_context_create
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222384 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-26 02:17:14 +00:00
Sean Coates
d713b0d904 zcontext is inconsistent with the rest of the manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222383 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-26 02:11:57 +00:00
Hannes Magnusson
3b11e00e2d Returns false on failure, not bytes_written (user note: glen -AT- delfi dot ee)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218885 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-26 11:30:09 +00:00
Nuno Lopes
8a5283de30 close bug #37660: explicitate that it returns an empty array when there are no matches
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217999 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-11 18:22:14 +00:00
Nuno Lopes
9f30643fe2 fix #36747: not available everywhere
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217979 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-11 16:50:23 +00:00
Nuno Lopes
47d9d2f36b enhance example (#38187)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216886 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-22 15:32:38 +00:00
Antony Dovgal
8fb36c05ed docs for new pathinfo() constant
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216538 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-17 10:50:14 +00:00
Etienne Kneuss
efbb69f3c9 little typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214941 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-17 00:16:58 +00:00
Etienne Kneuss
6730f8ddb7 Avoid using aliases
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214929 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-16 18:11:33 +00:00
Etienne Kneuss
e81f680bde Fix #37815 (returned array can have no extention element)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214822 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-15 10:55:27 +00:00
Hartmut Holzgraefe
9f35c90bde Renamed php_get_tmpdir() to sys_get_temp_dir()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213321 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-19 10:49:45 +00:00
Ben Ramsey
642f53ede6 Bug #36977 - Changed the word "from" to "to" in the function description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213102 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-16 03:33:28 +00:00
Hartmut Holzgraefe
548f7620f2 added documentation for new function php_get_tmpdir()
(see also bug #35380)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212528 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-06 09:59:37 +00:00
Dave Barr
8b2c8751c0 - Add lchgrp() and lchown().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212281 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-02 02:57:45 +00:00
Mehdi Achour
80afd21b93 Change output of example 2 to be consitant with example 1 (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211545 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-17 14:06:15 +00:00
Jakub Vrana
907a26ed5b Describe current default of length (bug #36976)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210817 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-05 16:20:04 +00:00
Jakub Vrana
c3b9f789f9 Typo in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207045 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-13 09:06:31 +00:00
Jakub Vrana
759c3c2f28 Even unrelated wrapper affects the limit (bug #35859)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206131 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-30 15:48:53 +00:00
Jakub Vrana
f69d6bd475 {} have special meaning too (bug #36149)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206125 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-30 15:08:14 +00:00
Jakub Vrana
c3c7337699 E.g. Windows don't support st_blksize (bug #36120)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205692 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-22 11:05:16 +00:00
Sean Coates
b203243154 grammar & flow
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205153 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-13 16:04:01 +00:00
Jakub Vrana
afc34c72c9 Userspace streams limits to 8K (bug #35859)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205103 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-13 11:00:19 +00:00
Jakub Vrana
4b3dd9c085 Directories under Windows (bug #35980)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205102 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-13 10:45:47 +00:00
Jakub Vrana
2f7d2c61a9 Userspace streams have a limit too (bug #30936)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204866 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-09 15:24:53 +00:00
Nuno Lopes
eda42dd013 fix proto (return value)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204484 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-03 19:04:03 +00:00
Jakub Vrana
3176ee6e75 Can return string (bug #35840)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204479 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-03 17:19:23 +00:00
Matt Li
6f7cff7c56 Add required parameter to example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204356 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-02 08:37:24 +00:00
Jakub Vrana
8fedae8f9a Missing quotes (bug #35576)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202323 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-07 11:46:40 +00:00
Jakub Vrana
86f52dd346 PHP examples syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200791 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 16:25:23 +00:00
Wez Furlong
4c20c1c6a7 clarify that greedy read is for regular local files only.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199380 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-27 20:31:18 +00:00
Jakub Vrana
baf0536db2 An unique (bug #34880)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198602 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-17 12:36:02 +00:00
Jakub Vrana
637bfe8cb5 Can return false (bug #34869)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198401 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-14 08:56:55 +00:00
Jakub Vrana
55ef57d80c More similar to file_get_contents (bug #34867)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198394 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-14 07:11:15 +00:00
Oliver Albers
fbc8a92b31 Bug 34632: example headline
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196859 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-25 02:05:07 +00:00
Dallas Wang
48015c097a Structure does not follow DTD, fixed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196482 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 21:38:58 +00:00
anatoly techtonik
596a77680f * also works for directories
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196439 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 12:09:43 +00:00
anatoly techtonik
45b1f93b7a + document feof() pitfall if invalid handle passed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196438 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 12:06:16 +00:00
Friedhelm Betz
e0d2e69deb see also fgetss
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196176 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-16 11:30:14 +00:00
Friedhelm Betz
31c352f875 prevent infinite loop, user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196175 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-16 11:13:44 +00:00
Jakub Vrana
bb8f4eb85d Translation of special values (bug #34354)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195162 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-05 09:02:28 +00:00
Nuno Lopes
1b8af4371c fix the path (caused by wrong quotes). user note.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194857 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-01 15:30:28 +00:00
Jakub Vrana
ee93b90a41 Mode can be changed only by owner (bug #33639)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194636 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-30 14:20:34 +00:00
Nuno Lopes
ba9debc1d8 fix 32627: failure on BSD systems
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192676 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-07 12:52:24 +00:00
Jakub Vrana
bf274e9d82 Forbidden characters (bug #33981)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192395 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-04 12:14:25 +00:00
Sean Coates
ece756ea10 bug #33701 -- document E_WARNING
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190684 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-14 16:03:16 +00:00
Nuno Lopes
aa0244ff05 convert to new style and document the support for LOCK_EX in php 5.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190592 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-12 19:30:51 +00:00
Nuno Lopes
8ca9a99013 fix #33540: typo in the example's title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189712 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 18:41:18 +00:00
Yannick Torres
699d4a71f7 correct php tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189042 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-22 20:37:26 +00:00
Yannick Torres
02eeea9187 no tab
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189041 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-22 20:34:42 +00:00
Jakub Vrana
e66e60201a One should definitely know about stream_get_contents
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188606 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-17 08:33:56 +00:00
Hartmut Holzgraefe
affca01b7d added GLOB_ERR documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188328 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-13 22:32:37 +00:00
Damien Seguy
c9443b9828 adding example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187448 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-01 14:58:57 +00:00
Derick Rethans
ab4f84c0af - Fix speling.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187212 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-29 10:31:07 +00:00
Uwe Schindler
5e1bc85425 Warn user from using umask() in multithreaded webservers (bug #33176)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187211 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-29 09:47:23 +00:00
Jakub Vrana
3aaf76b76d File pointer movement (bug #32889)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185459 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-29 14:19:03 +00:00
anatoly techtonik
bdbfbde58c "a+"ppend notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185440 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-29 10:46:50 +00:00
Philip Olson
cee7c2bba3 Implemented the new alias doc style. This alias no longer requires translation
as it exclusively uses the language-* files.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185098 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:17:02 +00:00
Jakub Vrana
72b7d99b16 Typo (spotted by Dave Barr)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184816 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-21 10:27:51 +00:00
Jakub Vrana
dd233c07d3 Files can be included even if they don't 'exist' (bug #32286)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184814 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-21 10:22:44 +00:00
Antony Dovgal
73c9ab216e make it consistent and prevent appearing of 2 colons
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184268 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-13 11:59:02 +00:00
David Mytton
53958b7659 Removed tabs from examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183682 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 17:36:37 +00:00
David Mytton
d32d344d9f Added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183677 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 15:46:30 +00:00
David Mytton
89f421c3ea Added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183676 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 15:36:41 +00:00
David Mytton
47823bcf5b Added function tag to example title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183587 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-04 17:32:43 +00:00
David Mytton
8080a537a5 Added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183585 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-04 17:31:30 +00:00
Jakub Vrana
6e83b49413 Context parameter (bug #32499)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183271 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-31 15:01:44 +00:00
Jakub Vrana
13a2f8a898 Punctuation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183265 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-31 14:41:25 +00:00
Dave Barr
6c6f180b21 - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183233 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-31 04:04:14 +00:00
Kenneth Schwartz
d259129bb0 use example.outputs[.similar] entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:11:52 +00:00
Nuno Lopes
fa0ef737c5 its php5.0.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181592 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 19:09:37 +00:00
Marcus Boerger
140fbe25df - Update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181591 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 18:47:12 +00:00
Nuno Lopes
121447cca4 fix #31983: the results of this function arent cached
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179828 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-15 12:34:49 +00:00
anatoly techtonik
7241e96fa7 integrated note 39637, added example
please check wording


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179767 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 16:20:00 +00:00
Nuno Lopes
ab6b36e104 document more PHP 5.1 changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179348 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-09 17:06:38 +00:00
Jakub Vrana
9facd06f8e Locale sensitive (bug #31740)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178873 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-04 10:25:59 +00:00
Mehdi Achour
f896d93144 this iswrong
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176996 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-11 19:55:02 +00:00
Kenneth Schwartz
27f2d9134b Bug #31407: move_uploaded_file() documentation incohenrent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176925 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-11 01:12:58 +00:00
Mehdi Achour
52d44c15b1 Reword my bad english, merci Derick
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175791 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-28 15:00:09 +00:00
Mehdi Achour
b8d5634e2e fix #31151: parse_ini_file() can't handle newline with PHP4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175789 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-28 14:53:14 +00:00
Mehdi Achour
38725d95e1 we don't all share the same /etc/passwd
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175102 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-20 02:20:43 +00:00
Noah Fontes
e96527812a Moved important emphasized text to separate notes; moved compatibility notice to above the table.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173791 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-29 23:15:35 +00:00
Jakub Vrana
fb5f6ccc00 fclose() releases the lock (bug #30600)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173666 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-28 11:38:36 +00:00
Sean Coates
02eb4ce4fc see also: file_put_contents()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173397 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-23 19:43:51 +00:00
Jakub Vrana
df1bfeb3e3 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172498 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-11 14:54:25 +00:00
Jakub Vrana
c148211fa2 Replace <parameter>&amp; by <parameter role="reference">
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Alexander Voytsekhovskyy
0faed4a2db description and example are rewritten a bit by George Miroshnikov
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172325 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-09 07:59:34 +00:00
Alexander Voytsekhovskyy
8bd8145872 Fixes very small whitespace typo by George Miroshnikov
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172266 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-08 10:28:10 +00:00
Nuno Lopes
d70677100c remove the example in how to use urlencode()
#sorry Aidan, but it simply doesnt work


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171391 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-27 14:52:50 +00:00
Nuno Lopes
5020ffe84d data can also be an array
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171203 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-24 17:22:50 +00:00
Sean Coates
2db70d02c2 cleared up confusion about mode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171117 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-23 03:33:14 +00:00
Nuno Lopes
c38e38bb9c add offset parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170676 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-15 17:31:38 +00:00
Damien Seguy
f1720e55ed fix spelling + extra tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169555 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-29 15:24:13 +00:00
Nuno Lopes
80671121aa document new PHP 5.1 function: fputcsv
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169352 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-27 15:24:05 +00:00
Aidan Lister
ec02964d51 Added note about line endings, bug #30097
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169244 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-26 02:21:15 +00:00
Jakub Vrana
bb21c98654 Double 'the'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168615 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-15 08:15:17 +00:00
Aidan Lister
d8cfd5d911 Explained parameters in a varlist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168168 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-08 05:55:52 +00:00
Mehdi Achour
f5e405f318 Reverted last commit
# merci pour les explications :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168150 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-07 19:58:30 +00:00
Mehdi Achour
49cbe807b0 don't use glob in a foreach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168128 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-07 14:25:39 +00:00
Nuno Lopes
3c3746916a fix #29942: misleading timeout description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168093 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-06 19:48:29 +00:00
Aidan Lister
2a944d0e01 Fixed bug #29924
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167762 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-01 00:01:26 +00:00
Aidan Lister
ca6990fc4b Fixed word spelling, used &false;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167621 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-30 09:49:35 +00:00
Aidan Lister
0127ad913f Simplified example
Added note about windows compatability


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167602 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-30 07:32:21 +00:00
Tom Sommer
fa528147a6 Bug #29876 - Very minor inaccuracy in the doc for tempnam()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167483 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-28 14:54:16 +00:00
Aidan Lister
c187f05c07 Changed URL (RFC #2606)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167452 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-28 06:26:38 +00:00
Aidan Lister
94e2902f00 Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167451 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-28 06:22:46 +00:00
Aidan Lister
d2ba182639 Added file_put_contents to the see-also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167292 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-26 08:57:23 +00:00
Jakub Vrana
2c6b4b7e97 Length is optional (bug #29696)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166468 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-16 08:38:06 +00:00
Dave Barr
5aa855b67e - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Jakub Vrana
fa2e38785e Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 18:12:00 +00:00
Friedhelm Betz
a3f050e977 markup:
no more <literal> with PHP (versions)
replace literal with meaningful tags where appropriate


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165937 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 16:30:22 +00:00
Nuno Lopes
9236122617 closing #24071
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165636 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 13:56:06 +00:00
Jakub Vrana
4641f42abc Can't use ftell with a (bug #24071)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165617 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 08:56:21 +00:00
Jakub Vrana
647ee5c6a2 Nuke tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 17:25:34 +00:00
Jakub Vrana
37771eeb9e Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
ali
35fc8e364f closing paragraph element in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164725 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-30 14:03:28 +00:00
Jakub Vrana
c36889d738 Next parameters are passed by reference, they are mixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164448 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 13:31:59 +00:00
Jakub Vrana
c963dd0208 Numbers in keys and section names (bug #29306)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164422 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 09:44:05 +00:00
Philip Olson
148550502b Added "is binary safe" information as per NEWS. Used &note.bin-safe; for anything < 4.0.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164050 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-22 22:51:12 +00:00
Mehdi Achour
58f051e5c1 missing closing tags and commnted invalid code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163954 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 21:16:23 +00:00
Mehdi Achour
8f73ddc8f3 dave, it was missing a dot :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163943 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 18:43:56 +00:00
Mehdi Achour
e121cc7c59 user note integration
# by tomsommer


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163942 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 18:42:20 +00:00
Dave Barr
8c1cadd826 - Fix #28836.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163729 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-20 10:25:33 +00:00
Aidan Lister
0852df0fcc Added an example for opening a URI
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163442 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-16 11:20:24 +00:00
Aidan Lister
1b90ecc372 Deleted junk from end of file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163295 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-14 10:58:42 +00:00
Aidan Lister
5ec3921d47 Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163294 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-14 10:57:08 +00:00
Aidan Lister
06ef671d0a Changed wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163293 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-14 10:49:41 +00:00
Aidan Lister
a9ab1c9404 Added two examples for displaying permissions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163292 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-14 10:42:29 +00:00
Stefan Walk
a71ac4c538 fix #28656
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162585 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-03 09:41:30 +00:00
Nuno Lopes
c9fdde9aca fix proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159143 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-20 15:40:32 +00:00
Jakub Vrana
504a009092 ctime is not file creation time
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159140 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-20 15:01:39 +00:00
Mehdi Achour
74095ffa0d no french ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158856 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-18 14:46:32 +00:00
Damien Seguy
f72f51e389 fixing a point in stat, adding some tags, and comestics
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158848 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-18 14:23:19 +00:00
Mehdi Achour
06cdf062ab added a new entity and use an old one
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158757 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-17 19:42:15 +00:00
Nuno Lopes
e17f3034bb fix #28283: path separator->directory separator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158029 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-05 16:29:13 +00:00
Wez Furlong
2cdc5f8705 Some windows notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157998 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-05 09:30:56 +00:00
Sara Golemon
5453af8d47 wrong param type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156970 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-23 18:23:08 +00:00
Kenneth Schwartz
708c7cf61c create entity for context support in PHP 5; add to fopen
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155955 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-14 05:28:54 +00:00
Nuno Lopes
df4645cc0e fix #20895
dirname changed its behaviour


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155290 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-03 16:00:56 +00:00
Kenneth Schwartz
3c00e94a9b ref.xsl: fixed build issues (functions will be coming in a few)
others: fputs() -> fwrite() (use of aliases deprecated)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155110 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-01 06:31:15 +00:00
Ken
63b76131f1 Reverted two changes to the old functions/ directory and applied Rasmus'
fix to en/reference/functions/fgetcsv.xml.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154783 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-28 18:04:15 +00:00
Sara Golemon
9125bb167c Fix example 3. Remove erroneous note.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154524 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-24 20:39:40 +00:00
Mehdi Achour
02a57b874e missing ?>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152794 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-02 15:58:17 +00:00
Nuno Lopes
797da9e82f reverting my mistake
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152727 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-01 16:27:37 +00:00
Nuno Lopes
f09047bb4e use the note.no-windows entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152718 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-01 16:04:29 +00:00
Jakub Vrana
bdd3ef10a6 Not on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152706 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-01 13:36:33 +00:00
Kenneth Schwartz
f9aafa63da updated example (per user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152122 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-23 08:09:31 +00:00
Sara Golemon
3960b4b277 Missing optional parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151971 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-20 23:02:13 +00:00
Sean Coates
b4d108a8e5 added "or directory" (bug #27329)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151920 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-20 13:36:47 +00:00
Mehdi Achour
5518f46b27 using the good entity and adding a new one
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151824 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-19 17:53:49 +00:00
Nuno Lopes
4075e438c3 fix #23220
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151810 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-19 16:06:56 +00:00
Nuno Lopes
1906ef1c2a fix #27256
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151723 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-18 19:56:44 +00:00
Mehdi Achour
5db4c1b147 corrected return value (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150947 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-10 10:02:58 +00:00
Nuno Lopes
3f0b271d68 bah, my english...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150626 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-06 15:16:09 +00:00
Nuno Lopes
6285fdaacc typo fix. thabks Gabor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150589 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-05 20:00:50 +00:00
Nuno Lopes
83c244195c fix #27134
php dont cache info about non-existent files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150588 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-05 19:44:51 +00:00
Dave Barr
16f43d0c0a - s/url/URL/ where appropriate and "an URL" -> "a URL".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150072 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-29 00:35:33 +00:00
Sara Golemon
1f06e33776 What happens when file_get_contents() fails?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148883 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-16 19:29:09 +00:00
Mehdi Achour
45a0f65851 CS : Function declarations follow the 'one true brace' convention
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148756 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-15 12:43:50 +00:00
Mehdi Achour
db4a559b4a parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148566 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-13 02:18:00 +00:00
Jakub Vrana
943dba731a Dot
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148329 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-09 16:54:16 +00:00
Mehdi Achour
7391717d3b proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148181 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-08 09:43:27 +00:00
Mehdi Achour
eef25ae95a typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147977 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-06 14:35:49 +00:00
Nuno Lopes
ba2b2ae982 example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147701 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-02 17:24:29 +00:00
Nuno Lopes
92e1c9f103 safe mode note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147556 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-31 10:39:43 +00:00
Nuno Lopes
bb3a707f99 safe mode note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147392 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-28 14:12:29 +00:00
Nuno Lopes
61922cb80f windows example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147347 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-26 19:48:54 +00:00
Dave Barr
91e836093c - Standardize the Unix acronym. Unix is the preferred capitalization
as UNIX is a registered trademark by the Open Group. References to UNIX
  were left in where it made sense, like example outputs, and so forth.
  You can read the Trademark User Guide for "UNIX" at:
  http://www.unix.org/tmug2.ps or http://www.unix.org/tmug2.pdf


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147067 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 04:22:00 +00:00
Dave Barr
a49c33ff31 - html -> HTML where appropriate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147048 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 01:05:43 +00:00
Mehdi Achour
e8844eadb3 some more CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146748 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 17:46:56 +00:00
Jakub Vrana
f803865331 Xmas typos 3/5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146654 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-17 14:32:39 +00:00
Nuno Lopes
f6badcbd5d safe mode note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146595 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-16 17:22:43 +00:00
Mehdi Achour
27960e632c Merry XHTML and CS compliant christmas all \!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Nuno Lopes
7e0a84b0d6 reference to obsolete funcs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146385 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-13 21:21:07 +00:00
Sara Golemon
dc39a7da4b mkdir/rmdir now support wrappers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146384 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-13 21:18:12 +00:00
Sara Golemon
0f5d4ca3ef rename() now supports fopen wrappers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146347 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-12 23:20:18 +00:00
Nuno Lopes
8505c0dca9 finally done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146223 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 15:15:57 +00:00
Nuno Lopes
623accd57a oops...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146220 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 15:00:28 +00:00
Nuno Lopes
6bd9d1c206 fixed #21485
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146218 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 14:49:29 +00:00
Sara Golemon
5d6043700f Update proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145702 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-05 19:58:06 +00:00
Mehdi Achour
c9adc6afa1 fix #26489
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145326 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-01 18:14:09 +00:00
Sara Golemon
6777ff863a Add tip introducing url_stat() support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145140 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-29 16:39:55 +00:00
Mehdi Achour
2893638af7 s/usefull/useful
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141559 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-02 16:05:16 +00:00
Mehdi Achour
fe399b1010 adding role when needed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141301 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-30 08:43:32 +00:00
Dave Barr
3450fb87f9 - Fixed a lot of typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141299 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-30 08:33:48 +00:00
Friedhelm Betz
bce16a9f4c hint for format parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140457 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-16 21:19:28 +00:00
Friedhelm Betz
1a712894b7 crosslink to file_get_contents
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139913 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-09 11:32:55 +00:00
Mehdi Achour
dc12b3bc55 adding examples proposed by vincent at php dot net
most of them are from users notes


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138029 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-16 21:42:13 +00:00
André Luis Ferreira da Silva Bacci
3155ea3650 see also 'and' place
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137541 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-12 23:05:26 +00:00
Mehdi Achour
590b8899fd adding null to reserved words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@136624 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-04 17:07:19 +00:00
Andy Lindeman
e041a07655 adding note about the behavior of tempnam()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135695 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-23 15:27:32 +00:00
Davey Shafik
f5fd78b0f9 added mime_content_type to see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135625 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-22 15:57:45 +00:00
Mehdi Achour
391c25a6cf adding PHP tags in the examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135250 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-16 17:25:02 +00:00
Derick Rethans
bd9943ebaf - Move warning to the correct place
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134383 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-07 19:14:09 +00:00
Derick Rethans
b0aa535d32 - Upgrade note to warning per comments in bug #24001
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134382 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-07 19:05:11 +00:00
Sebastian-H. Picklum
7e52a40276 Typo from Ali
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134106 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 15:34:15 +00:00
Hartmut Holzgraefe
e2039f9c79 it should be more clear this way?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134103 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 15:12:27 +00:00
Hartmut Holzgraefe
ad6dc06cd5 GLOB_ONLYDIR behaviour will change ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134101 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 14:39:45 +00:00
Philip Olson
0115fcc0dd Use of example.com for urls.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133817 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-30 22:55:45 +00:00