Commit graph

813 commits

Author SHA1 Message Date
Peter Cowburn
ea3fa446b3 link to SplFileObject from fopen (thanks Kieran)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321766 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-04 15:11:07 +00:00
Hannes Magnusson
d7321b2085 post- and pre-check headers aren't needed for IE (and in fact IE bugs cause them to double download the file), see bug#60516
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321292 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-21 14:48:14 +00:00
Nikita Popov
23474fb94e Remove duplicate notice in pathinfo() example
display_errors + log_errors + cli = duplicate notices

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320704 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 22:31:53 +00:00
Nikita Popov
0dd95f18a5 Add the FIXME PHP_6 comments back which I erroneously removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320702 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 22:05:23 +00:00
Nikita Popov
0037813fdd Fix Doc Bug #60047: allow_url_fopen has inconsistent 'Changable' locations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320701 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 21:49:09 +00:00
Justin Martin
addeaababd Reverting previous commit, which was mistaken. Bug #60464.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320623 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 00:10:04 +00:00
Justin Martin
86bb4e0b09 Fixed return value. Closed bug #60464.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320620 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 23:33:50 +00:00
Justin Martin
f205639d6c Clarified empty/no extension example. Closes bug #60325.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320471 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-06 00:53:51 +00:00
Justin Martin
71895e9afb Added language snippet note regarding the 32bit integer limit causing weird results for files over 2GB.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317928 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-08 22:33:42 +00:00
Peter Cowburn
76301af98b use proper FIXME comment
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317773 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-05 10:40:55 +00:00
Peter Cowburn
8225d9300b use current modifiable level for allow_url_fopen (FIXME PHP 6)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317772 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-05 10:39:14 +00:00
Adam Harvey
ae3a2c5caf Fix doc bug #55775 (fileperms() return value not documented on success) by
linking to the chmod() page.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317254 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-24 19:49:12 +00:00
Hannes Magnusson
94ddd79c4c add umask() to seealso as suggested in bug#55302
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315065 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 12:29:24 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Mike Ford
fa6e196973 Improve English: "in case" does not mean "if" (part 1).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313913 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-29 10:46:17 +00:00
Mike Ford
709d4139c8 Clarify purpose of options parameter, be more explicit about return values; extra example; miscellaneous tidy ups.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313876 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-28 15:09:43 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Justin Martin
99341e9182 Reworded BSD-specific changelog item to be more clear.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312840 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-03 02:28:13 +00:00
Richard Quadling
5ca36de963 realpath prior to 5.0.0 returned the script directory rather than the current directory when supplied with '' or null paths.
There are a few undocumented exceptions (at least on Windows).
V4.2.0 operates the same way at V5.0.0+
V4.0.2 - V4.0.3 return False.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311893 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-07 14:58:42 +00:00
Pierrick Charron
2dea760475 Fixed bug #54841
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311198 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-18 15:52:47 +00:00
Peter Cowburn
1a34931477 clarify default value for atime parameter for touch() (doc #54747)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311148 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-17 20:52:27 +00:00
Hannes Magnusson
64042ccbff Remove several html entities and replace them with utf8 chars so we can drop the
dtd include
#   replaced with nothing
# — with —
# € with €
# ä with ä
# Ä with Ä


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310796 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-05 20:59:34 +00:00
David Tajchreber
343d5f4dd6 Appeased #54526 - added rename to see also section of move_uploaded_file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310222 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-15 03:23:00 +00:00
Yannick Torres
2873682814 another try
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309200 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-14 06:12:53 +00:00
Shein Alexey
0885523faf Updated example results in chown function (closes #54115).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308757 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-28 10:16:50 +00:00
Shein Alexey
3de058b030 Fixed caching final results in chgrp example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-25 11:05:23 +00:00
Peter Cowburn
9425da2dfa typofix (dittographies)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308547 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-21 21:42:02 +00:00
Gustavo André dos Santos Lopes
745c8fa1f6 - More info on when fread stops reading.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308472 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-18 17:14:01 +00:00
Mark Wiesemann
ea703aa896 removed duplicated word ("the the")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308302 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-13 14:18:01 +00:00
Jakub Vrana
50e15d60d3 Example on Windows (doc bug #53401)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308194 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 14:30:43 +00:00
Jakub Vrana
cc173e00af Rename parameters (doc bug #53560)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308193 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 14:03:50 +00:00
Karoly Negyesi
0419c2fe75 tried to clarify what popen does and added a note to array walk.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308188 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 12:53:33 +00:00
Jakub Vrana
38fb898f9a Initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307951 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-02 10:38:07 +00:00
Philip Olson
82ad9d6117 - Document that the offset parameter does not work with remote files
- Mentioned when file_get_contents() emits E_WARNING errors
- Closes PHP Bug #53790
- Deals with PHP Bug #46043


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307767 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-26 20:38:28 +00:00
Kalle Sommer Nielsen
f5d5459f49 Fixed bug #53557 (pathinfo() does not return correct values for path with accents in it)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-20 02:04:27 +00:00
Adam Harvey
44aabb8f7e Move the "emits E_WARNING" paragraph for functions that do so when an internal
stat() fails to an entity, as suggested by Hannes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306338 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-13 09:04:07 +00:00
David Tajchreber
09353e6249 Fixed bug #53510 Need to have a notice about ===
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306217 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-11 04:41:22 +00:00
Kalle Sommer Nielsen
750841d531 This also applies to dirname() -- bug #53262
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305449 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-17 08:48:36 +00:00
Kalle Sommer Nielsen
c5168db28a Fixed bug #53262 (basename() cannot handle argument with special characters like french "ééé")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305448 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-17 08:47:14 +00:00
Gustavo André dos Santos Lopes
6616df4f3e - Behavior when seeking past the end of file.
Partially addresses bug #52335.
- Expanded note on how the stream may not support seeking.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305317 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-13 15:09:52 +00:00
Joey Smith
c1bb7dd16d Fix typo in is-uploaded-file.xml (missing apostrophe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305278 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-11 20:37:33 +00:00
Justin Martin
2ccada702e Clarified behaviour of dirname and basename, as per bug #51830.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305142 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 03:55:45 +00:00
Richard Quadling
9b48b91781 Tabs to spaces (or removed if trailing)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305081 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-04 13:32:52 +00:00
Jakub Vrana
c02fdb48ec Remove bogus initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-04 12:09:37 +00:00
Gustavo André dos Santos Lopes
b9d88d3d68 - Documented that the INI setting "from" is used to populate the From
header in connections with the http wrapper.
- Addresses bug #53198.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304986 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-29 15:37:55 +00:00
Peter Cowburn
11ff354d6e Added success return value for move_uploaded_file (fixes doc #53174)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304942 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-27 08:03:48 +00:00
Kalle Sommer Nielsen
2fa565d97d Consistency in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304878 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 16:09:21 +00:00
Kalle Sommer Nielsen
cec7396039 Fixed bug #52815 (pclose return value documentation.)
# The same applies to proc_close() as they both use the same 
# internal exit logic

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304618 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-22 12:09:54 +00:00
Kalle Sommer Nielsen
89fd31bb2e Fixed bug #51208 (fgets return values)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304534 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 06:46:07 +00:00
Kalle Sommer Nielsen
6140afcca4 Fixed bug #52085 (Filesystem resources' description is absent)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304502 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-19 05:13:26 +00:00
Kalle Sommer Nielsen
c1e01bb991 Improve example for fgets() (Fixes #52721) -- Patch by mmailnew4ster at gmail dot com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304499 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-19 04:44:44 +00:00
Adam Harvey
f668f7feff Fix doc bug #53088 (fseek: Second note section ends with same text as first).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304462 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-18 01:59:58 +00:00
Adam Harvey
4c39c0fb73 Fix doc bug #53046 (doc error) by adding an Errors/Exception section to all the
functions that call stat() internally.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304365 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-13 08:58:01 +00:00
Gustavo André dos Santos Lopes
ef51b90769 - Added to the changelog when the "c" option was added (fixed bug #52936).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303804 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-27 23:05:33 +00:00
Gustavo André dos Santos Lopes
46d967c91b - Reading also stops when a socket timeout is triggered.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303774 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-27 01:44:55 +00:00
Richard Quadling
23c9927830 ? is a special character, like it is for parse_ini_file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303613 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-20 10:33:23 +00:00
Daniel P. Brown
f1961a717d Fixes a minor typo ('flags is' => 'flag is').
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303369 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-14 20:31:39 +00:00
Gustavo André dos Santos Lopes
56e659b2dc - Added documentation for the fopen "c" mode.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303220 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-09 10:12:04 +00:00
Gustavo André dos Santos Lopes
12baf14d9f - Reversing changes from revisions 288122 and 282711, which addressed bug #49329 and bug #48522 (bogus bugs).
- Closes bug #52767.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303153 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-08 00:17:00 +00:00
Adam Harvey
ef2bc28e42 Per Pierre's e-mail, add a note that the fix for bug #48771 made cross-drive
renames work in Windows.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303070 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-06 11:00:50 +00:00
Adam Harvey
a7c428272a Fix doc bug #50676 (rename across Volumes throws warning "Operation not
permitted").


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303064 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-06 04:05:02 +00:00
Richard Quadling
74a8cf789c Reverted example and simply changed "before" to "after".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302986 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-01 23:58:52 +00:00
Richard Quadling
0334b04ba3 Correct example. Fix #52764
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302984 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-01 22:59:25 +00:00
Peter Cowburn
e7d0222acd example output is to a file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302844 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-27 08:49:21 +00:00
Richard Quadling
ba351d4b1b Renamed files with _ to -
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302791 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-26 08:26:00 +00:00
Peter Cowburn
658b27babf added see also link from file_get_contents to $http_response_header
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302750 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-24 20:17:36 +00:00
Peter Cowburn
9bc006dc36 better basic example for fputcsv (doc #52680)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302723 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-23 21:50:12 +00:00
Adam Harvey
e01bd18a6e Fix doc bug #52665 (Typo).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302671 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-23 03:18:01 +00:00
Adam Harvey
9197963209 Fix doc bug #52366 (flock() fails on gzopen()'d file pointer) by making it
clearer that flock() only works on actual file handles. Also fixed a couple of
grammatical problems, and added a more detailed explanation of when mandatory
locking will be used that's hopefully more or less accurate.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301386 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 04:30:25 +00:00
Jakub Vrana
58e026c057 Fix PHP syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 11:28:40 +00:00
Peter Cowburn
48e96a6563 remove bad example (unlink a directory) - closes doc #52132
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300632 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-21 11:46:34 +00:00
Pedro Antonio Gil Rodríguez
31c7bd07e1 Added a </entry> tag in line 114
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299370 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-14 11:11:11 +00:00
Daniel Egeberg
f3b46b64e6 Fixed PHP bug #51771 (fclose() seems not to unlock the file)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299368 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-14 07:43:23 +00:00
Philip Olson
80d5ab0279 Have example use lib.inc.php instead of index.html to demonstrate multiple . behaviour
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299134 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 02:26:36 +00:00
Pierrick Charron
076bad363e The default value should be false not 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298681 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-28 03:29:16 +00:00
Peter Cowburn
8e818466a5 use_include_path is boolean not integer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298661 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-27 13:32:52 +00:00
Richard Quadling
f4eb1d0736 Param is use_include_path. Fix#51673
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298656 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-27 12:27:15 +00:00
Hannes Magnusson
40abd3ce4e Better folder/file name to showcase the need of escaping the slash
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298488 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-25 09:57:18 +00:00
Paul Dragoonis
91e5261947 Updated the reserved characters for ini files. Question marks are reserved also but not stated in this docs file.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298036 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-15 14:59:18 +00:00
Daniel Egeberg
45f23b0d1a Fixed PHP bug #51497 (Missing informations for rmdir and unlink.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297722 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-08 22:48:22 +00:00
Philip Olson
0b4c5897dd Commented out more PHP 6 documentation. Grep 'FIXME PHP_6' to fix. Helps close PHP Bug #51468
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297626 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 17:09:10 +00:00
Philip Olson
3e57d6ccfd Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297557 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 05:24:11 +00:00
Adam Harvey
b1d6df4015 Fix doc bug #51474 (Typo in clearstatcache documentation) and touch up a couple
of other grammatical issues with the clearstatcache() page at the same time.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297556 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 04:26:06 +00:00
Mark Wiesemann
ea7746ad91 coding standards
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297502 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-05 13:45:14 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Kalle Sommer Nielsen
81d42a8080 Space
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296956 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 02:44:38 +00:00
Pierrick Charron
0bd236ecea Fixed bug #51408
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296900 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-27 02:40:32 +00:00
Jakub Vrana
1d2f019c2f Utilize <initializer>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296834 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-26 09:19:20 +00:00
Hannes Magnusson
d852bc6343 Missing version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296752 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-24 22:00:20 +00:00
Richard Quadling
e89c7494fb Corrected titles. Fix bug#51377
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296698 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-24 10:07:00 +00:00
Richard Quadling
e3459b4e37 w/s Tab removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296582 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-22 16:07:38 +00:00
Kalle Sommer Nielsen
7af997f945 Fixed bug #51200 (file_get_contents() and "offset" & "length" misunderstanding)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296352 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-18 17:36:00 +00:00
Kalle Sommer Nielsen
fece0b4dcb Fixed bug #51157 (The "recursive" parameter for mkdir is not documented.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295712 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-02 01:50:22 +00:00
Joey Smith
31ead3f041 Note that these functions will trim NULs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295297 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 02:49:12 +00:00
Kalle Sommer Nielsen
fa4a06c39e Fixed bug #51006 (bug in fwrite section of the manual)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295141 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:32:03 +00:00
Hannes Magnusson
5408903296 - Mention the fact realpath() needs to have executable permissions to work
- Remove odd period in the description


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294802 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 13:07:15 +00:00
Richard Quadling
98307ef0af W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294384 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:27:32 +00:00
Richard Quadling
4ac23ed948 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294383 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:26:54 +00:00
Richard Quadling
e1c4516b62 Set sgml-default-dtd-file to ~/.phpdoc/manual.ced
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294368 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:04:24 +00:00
Pedro Antonio Gil Rodríguez
d403f0c45a Deleted tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294051 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-26 19:56:51 +00:00
Pedro Antonio Gil Rodríguez
61c1880f71 Deleted tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294050 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-26 19:55:40 +00:00
Daniel Egeberg
479f5f7ed0 Mentioning that is_dir() is restricted by open_basedir.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293994 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-25 15:53:23 +00:00
Yago Ferrer
b6843ffd21 Closing ?> tag
'Print file access time'

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293577 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-15 14:40:44 +00:00
Yago Ferrer
2a58fec35d before instead of below.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293517 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 21:08:08 +00:00
Richard Quadling
c29b3639b7 Remove BOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293498 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 11:33:32 +00:00
Kalle Sommer Nielsen
4bc27d8766 Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Kalle Sommer Nielsen
326303276c Fixed bug #50218 (flock() has numerous documentation errors)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293481 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 02:50:20 +00:00
Kalle Sommer Nielsen
c653243a38 Fixed bug #47703 (ini file syntax not well documented)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293473 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 01:02:35 +00:00
Kalle Sommer Nielsen
f2c64624b2 Fix build, use <para> instead of <simpara>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293384 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-11 05:04:12 +00:00
Kalle Sommer Nielsen
b4ceb970a7 Fixed bug #43782 (feof() does not detect timeout on socket)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293364 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-10 23:38:48 +00:00
Richard Quadling
04a0c156ef Add <alt> tags to <mediaobject> tags.
Corrected typo in example title for image/functions/imagestringup.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293274 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-08 13:59:09 +00:00
Mark Wiesemann
dbc0e13b43 - coding standards
- typo fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293190 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-06 21:33:51 +00:00
Mark Wiesemann
66e106a4d5 coding standards
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293050 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-03 22:14:04 +00:00
Mark Wiesemann
c7ebccc937 coding standards
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293049 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-03 21:47:39 +00:00
Mark Wiesemann
d39b4c13e4 typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293048 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-03 21:47:22 +00:00
Richard Quadling
333545502d Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291911 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 10:00:35 +00:00
Stanislav Malyshev
dc8c2a124a document realpath_cache functions and stream_resolve_include_path()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291905 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 01:51:53 +00:00
Richard Quadling
605539d771 Documented flags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291640 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-03 11:52:18 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Jakub Vrana
52d41fb3ab Uses 512B blocks (bug #46991)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291063 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 11:04:26 +00:00
Jakub Vrana
7f5fbb545c Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290977 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 11:14:49 +00:00
Jakub Vrana
7f6c594220 Overwriting handle would release the log (bug #48308)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290972 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 10:37:00 +00:00
Jakub Vrana
8b80fc1009 LOCK_NB can be added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290971 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 10:25:05 +00:00
Richard Quadling
9785d7ff62 Updated return types for invalid file handle. Updated example to include error checking for fopen(). Fix # 50221
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290968 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 08:53:30 +00:00
Jakub Vrana
9b7733b978 Fix example (bug #50177)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290804 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:19:59 +00:00
Jakub Vrana
3ce9368539 Utilize &return.falseforfailure;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:37:00 +00:00
Jakub Vrana
22deb8e7df Returns false in error (bug #49801)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290700 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:15:08 +00:00
Richard Quadling
47da5a1cef Fixed example. Bug # 50122
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290412 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 12:22:07 +00:00
Richard Quadling
f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +00:00
Daniel Convissor
4ad6a6d8e4 also mention in main description that it checks for existence.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290078 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-30 14:59:33 +00:00
Daniel P. Brown
17b2fe0398 Fixes Bug #49892.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289674 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-15 16:58:21 +00:00
Richard Quadling
17d11c7a0e Fix example : Fix#49841
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289616 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-13 11:46:54 +00:00
Elizabeth Marie Smith
fd2c5915d9 changed to "executable" fixes bug #49722
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288997 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 13:47:31 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Torben Wilson
67b72af27e Noted that the maxlen param is actually not -1 but is instead an
internal value (PHP_STREAM_COPY_ALL) and may not be directly specified
from within a script.
Addresses bug #49038 (although perhaps this is better fixed in the long 
term by making file_get_contents() behave normally).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288188 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 07:31:53 +00:00
Torben Wilson
14e0c3062d Removed a redundant use of LOCK_EX with FILE_APPEND in an example.
Addresses bug #49329.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288122 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-07 06:36:10 +00:00
Torben Wilson
c889127223 Note that in order to use a negative offset to count from the end of
the file, you must specify SEEK_END in the 'whence' parameter.
Addresses bug #47371.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288029 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 07:28:53 +00:00
Peter Cowburn
bbb5333f08 Fixes #49044 broken sentence in fopen error docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286621 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-01 12:35:48 +00:00
Peter Cowburn
9f24c92646 Fixed fgetss typo and trailing comma
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284744 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-25 10:44:27 +00:00
Daniel P. Brown
c84aa28cba Fixed "see also" section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284670 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 22:29:54 +00:00
Daniel P. Brown
db8326b02e Fixed "see also" section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284669 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 22:29:40 +00:00
Daniel P. Brown
4e8d35424a Fixed "see also" section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284668 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 22:29:20 +00:00
Daniel P. Brown
c23eee6021 Incorporates suggested change by aharvey@php.net as noted in Bug #48999.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284629 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 02:53:22 +00:00
Nilgün Belma Bugüner
32c02d8b9f fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283810 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:05:15 +00:00
Rasmus Lerdorf
81d318ad96 Don't use w+ in the example here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283282 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-01 20:15:16 +00:00
Hannes Magnusson
da86ca4641 Remove odd statement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283262 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-01 13:33:21 +00:00
Hannes Magnusson
e609b71e4b fix language
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283009 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-29 10:34:57 +00:00
Rasmus Lerdorf
2f23be37bf Fix bug #48522 to make Gwynne happy.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282711 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-24 10:52:49 +00:00
Kalle Sommer Nielsen
5864c5a8ad Fixed example being in wrong file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282485 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 01:58:48 +00:00
Pierre Joye
948411970b - add a note about hard link on windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281807 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-08 09:42:11 +00:00
Hannes Magnusson
488cee7edb Fixed bug#48467 (Wrong use of example)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281619 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-03 21:42:41 +00:00
Pierre Joye
975ee68493 - be more precised in the changelog (even if we have this info in a note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281580 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-03 08:52:31 +00:00
Pierre Joye
8deeadcbc1 - be more precised in the changelog (even if we have this info in a note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281579 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-03 08:52:30 +00:00
Hannes Magnusson
2a16c46460 Fail. The example was correct, it was just the variable and api argument
naming that was so dead confusing :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281567 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-02 21:01:45 +00:00
Hannes Magnusson
1edfcca722 - Fixed parameter order in the example
- Rename the arguments to to_path and from_path to be cristal clear


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281566 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-02 20:50:49 +00:00
Jakub Vrana
460e567981 Network stream
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281274 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-28 09:00:55 +00:00
Kalle Sommer Nielsen
39befb28a0 Shouldn't have been in here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280436 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-13 08:14:03 +00:00
Kalle Sommer Nielsen
9168a10cb0 New example for parse_ini_string(), plus add ^ as one of the special characters in INI files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280435 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-13 08:12:43 +00:00
Florian Anderiasch
4793804cd1 fixed bug #48032
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279440 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 15:15:25 +00:00
Hannes Magnusson
a3be604733 The FILE_USE_INCLUDE_PATH can be used as of PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279393 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-26 12:13:14 +00:00
Hannes Magnusson
dd3930696e Mention that these only exist for fc, don't actually do anything until 6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279392 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-26 11:48:55 +00:00
Hannes Magnusson
0850f319ac - Remove version info (its already in the changelog)
- Add a note that these constants do exist since 5.2.7 (but dont do anything)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279391 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-26 11:48:23 +00:00
Hannes Magnusson
5a1b81985f SELECT version FROM php ORDER BY desc;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279390 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-26 11:47:34 +00:00
Florian Anderiasch
d38553cb2e fixed bug #47778
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279096 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-21 03:11:56 +00:00
Florian Anderiasch
7fcdd3d18c fixed bug #47834
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279094 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-21 02:52:46 +00:00
Yannick Torres
07d7ec4107 correct markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278994 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-19 16:46:20 +00:00
Richard Quadling
059a9d812d Bug#47843, grammar and entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278058 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-31 08:17:17 +00:00
Johannes Schlüter
36e395fbb5 Drop broken example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277665 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 23:13:45 +00:00
Mehdi Achour
68bd154ab9 Work on constants
Added missing constants:

DOM_PHP_ERR, GLOB_AVAILABLE_FLAGS, FILE_NO_DEFAULT_CONTEXT, FNM_NOESCAPE, FNM_PATHNAME,
FNM_PERIOD, FNM_CASEFOLD, IMAGETYPE_JPEG2000, NAN, INF, MYSQLI_TYPE_INTERVAL, MYSQLI_TYPE_CHAR,
MYSQLI_CURSOR_TYPE_FOR_UPDATE, MYSQLI_CURSOR_TYPE_NO_CURSOR, MYSQLI_CURSOR_TYPE_READ_ONLY,
MYSQLI_CURSOR_TYPE_SCROLLABLE, MYSQLI_STMT_ATTR_CURSOR_TYPE, MYSQLI_STMT_ATTR_PREFETCH_ROWS,
MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH, MYSQLI_SET_CHARSET_NAME, OPENSSL_ALGO_DSS1, TCP_NODELAY,
SQLITE_NOTADB, SQLITE_FORMAT, PSFS_FLAG_NORMAL, PSFS_FLAG_FLUSH_INC, PSFS_FLAG_FLUSH_CLOSE,
XML_SAX_IMPL

Added missing <constant></constant> markup

Fixed:
 * GD_BUNDLE => GD_BUNDLED
 * SOCKET_ERMCHG => SOCKET_EREMCHG


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277584 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 15:45:07 +00:00
Philip Olson
b51dded646 Removed unicode semantics goodness, as it likely won't exist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277077 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-12 23:37:26 +00:00
Richard Quadling
1c53f2ad61 Grammar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276574 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-27 16:49:08 +00:00
Kalle Sommer Nielsen
39d77121d2 Fixed #47511 (undocumented: is_dir() returns true for symbolic links to directories)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276572 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-27 16:05:26 +00:00
Kouber Saparev
242fa858cb Fix example comment.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276506 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-26 16:49:20 +00:00
Kouber Saparev
8bf5f1a378 Fix example title.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276505 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-26 16:39:58 +00:00
Richard Quadling
0678a1f3e4 New filerefs for PhD0.4.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275914 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-16 11:38:14 +00:00
Philip Olson
8348abbc15 Revert "New filerefs for images." as the build system is not ready
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275729 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-13 07:36:38 +00:00
Philip Olson
78757896f7 Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275626 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 01:28:10 +00:00
Philip Olson
7c239d70d3 Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275609 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 18:06:54 +00:00
Richard Quadling
b1bc689d5a New filerefs for images.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275588 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 15:40:54 +00:00
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
Jakub Vrana
11092762eb Links in ini.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:33:40 +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
Brett Bieber
948436e5dc Update since for FILE_BINARY and FILE_TEXT == 5.2.7, noted by Laurent Laville
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271440 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-17 23:05:52 +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
Philip Olson
0b4604213d Contains version information (when functions became available to PHP)
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268597 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-08 19:02:18 +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