Commit graph

859 commits

Author SHA1 Message Date
Maciek Sokolewicz
c4fe3a4501 Removed Content-Transfer-Encoding header from the readfile example since it's not actually a valid HTTP header (but rather a MIME header used in emails). Also cleaned out the comments about this.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332634 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 03:05:55 +00:00
Joe Watkins
50a515801e fix #66414 bad mkdir example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332580 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-05 07:05:47 +00:00
Dean Sas
da736604d1 Moved mkdir error info into an exception block
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332518 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-27 16:00:28 +00:00
Dean Sas
5a86bbeb66 Document that mkdir can trigger an E_WARNING
Fixes bug #65388


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332344 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-11 00:45:52 +00:00
Adam Harvey
961e402431 Note that the file returned by tmpfile() may be closed once out of scope.
Fixes doc bug #66014 (tmpfile() file deleted prematurely).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332039 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-01 00:48:29 +00:00
Joe Watkins
fdb3ba81dd #65855 wrong function name in warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331967 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 16:00:40 +00:00
Chris Wright
2507bd51b8 Added more information about what the realpath_cache_size config option represents and added See Also link to the config option from the function of the same name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331297 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-05 10:24:19 +00:00
Hannes Magnusson
4670bf1c17 One notes section is enough
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-03 05:01:55 +00:00
Joe Watkins
df82590e9c implied type incorrect #65271
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331153 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 05:41:50 +00:00
Yannick Torres
33040b3b1b Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331135 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-16 09:25:19 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
7bb8bcb294 Delete dummy delete() synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330258 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 02:07:47 +00:00
Peter Cowburn
f1fc2fa14c typofix: return -> returns (doc #64700, patch from mightyuhu)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330184 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-07 07:24:17 +00:00
Karoly Negyesi
49d54fd72a added a note about multiple extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329390 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-01 06:08:25 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Joe Watkins
821c5e40e7 #61974 edit errors section to include E_WARNING on not found info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329305 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-26 11:26:56 +00:00
Sherif Ramadan
6c29c4c401 Added return false problem warning. Fixes bug #63209.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329280 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-23 15:26:00 +00:00
Richard Quadling
04beb00111 W/S Tabs to spaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329060 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 17:34:40 +00:00
Adam Harvey
c588cc8011 Use the signed 32 bit integer entity to handle ftell() returning negative
numbers.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328615 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 01:06:44 +00:00
Hannes Magnusson
edcfded6c0 Fixed bug#63603 changelog for allow_url_include unclear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328605 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:49:27 +00:00
Adam Harvey
5c96ba57d9 Update the rename() description to note that it overwrites and moves between
directories.

Fixes doc bug #63473 (rename rename).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328311 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:00:58 +00:00
Adam Harvey
919cdfc8de Tweak the wording of the symlink() note to make it clearer that, while it
refers to Windows users, symlink() itself works cross-platform.

Fixes doc bug #63385 (Confusing wording Symlink Documentation).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328192 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-30 06:08:52 +00:00
Yannick Torres
3a8dc25d68 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Yannick Torres
00649f549f Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328079 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-19 09:28:27 +00:00
Adam Harvey
fdccfb5a64 Grammar fix arising from r327743 (thanks to bjori for pointing it out).
Additionally, make the notes actual note elements, and reorder the changelog to
be in the usual descending order, since I already have the file open.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327758 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-24 03:54:38 +00:00
Adam Harvey
1ad5ef04d9 Add pathinfo() to the see also list on filetype(), since we got a user note
over the weekend that suggests that people who find filetype() might actually
want pathinfo() instead.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327757 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-24 01:32:33 +00:00
Jakub Vrana
fa99d27fdb File functions with directories
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327743 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-22 14:12:33 +00:00
Jakub Vrana
0794362fa2 Available on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327666 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-14 20:56:50 +00:00
Karoly Negyesi
d1d11ef7fa clarify the filename parameter of clearstatcache().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327263 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-24 21:03:36 +00:00
Sherif Ramadan
a387db6c00 Updated error section. Fixed invalid warning documented for offset parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326897 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-31 03:02:00 +00:00
Hannes Magnusson
cfe5b5214a We know it is PHP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326065 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:55:27 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Adam Harvey
b1d6cf11cc Fix build error caused by r325523.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325525 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 00:36:12 +00:00
Paul Reinheimer
0d7e2a3615 - Adding note that the function does not use much memory unless you have output_buffering enabled. Hopefully this will help stem the tide of comments about weird looped fread() calls.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325523 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 21:57:45 +00:00
Jakub Vrana
84b8fca68f Use <function> for language constructs (now supported by PhD)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
813a3239bc Remove duplicate info about initializers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324585 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-27 18:53:04 +00:00
Jakub Vrana
a9b26c34e4 Display language constructs without parentheses
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Adam Harvey
63533b0559 Fix doc bug #61436 (Missing fflush() in flock() LOCK_EX example).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324378 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-20 07:58:19 +00:00
Jakub Vrana
f052ac1bd7 Revert useless change in 326638
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4 PHP_INI_* is in fact INI_
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
52abaae9b2 Linkable core constants, remove duplicate and non-existent constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323636 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 19:56:00 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Adam Harvey
6b345e4d7f Re-fix doc bug #55775 (fileperms() return value not documented on success).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322937 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-30 14:19:05 +00:00
Jakub Vrana
065dd47a92 Replace _ by - in IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322131 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 12:40:04 +00:00
Jakub Vrana
b9c3ddd1d3 Use entities for INI headings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Jakub Vrana
53b6f116ed dir is a function creating an instance of Directory class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321886 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-07 23:06:29 +00:00
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
# &nbsp; replaced with nothing
# &mdash; with —
# &euro; with €
# &auml; with ä
# &Auml; 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