Commit graph

72 commits

Author SHA1 Message Date
Philip Olson
1ff1260a35 ini values are evaluated for constants. Closes bug #19608
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104864 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-19 08:50:05 +00:00
Philip Olson
572fa58ab8 Marking constants with <constant>, WS, and compacted the example.
Also, removed uneeded john@php.net comment.
Also, this function is available as of 4.3.0 so no need to specific per constant.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104399 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 01:50:30 +00:00
John Coggeshall
3be86cb45f Documented the valid flags for the glob() function, including the
two new flags I added to the source (GLOB_ONLYDIR and GLOB_BRACE).

Other flags documented:

	GLOB_MARK
	GLOB_NOSORT
	GLOB_NOCHECK
	GLOB_NOESCAPE
	GLOB_BRACE
	GLOB_ONLYDIR


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103778 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-13 23:36:37 +00:00
Philip Olson
e58bd8908b Removed empty note; a few <?php ?> additions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103091 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-09 21:01:11 +00:00
Maxim Maletsky
b6ab8c6d1a Forgot the ending semicolon for &false;. Thanks, Derick
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103022 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-08 19:48:41 +00:00
Maxim Maletsky
1e4d2a5319 Fixed Bug #20318 - confusing return value (False instead -1)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103021 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-08 19:42:32 +00:00
Friedhelm Betz
c6fe9855c5 example correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101642 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-28 10:19:32 +00:00
Hartmut Holzgraefe
e22d9639b8 ongoing changes to callback pseudo-type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101469 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-26 20:40:42 +00:00
Philip Olson
5b2e45153f Upon failure, file() returns false. (fixes: bug #20047)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101154 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-24 18:58:01 +00:00
Friedhelm Betz
d8119c181e Fix for #20050
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100897 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-23 22:14:39 +00:00
Hartmut Holzgraefe
5cac5e3d1b the parameter is optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100599 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-22 11:14:31 +00:00
Wez Furlong
2284f46e83 Document binary safety for fgets.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100232 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-19 13:25:47 +00:00
Jan Lehnardt
de10ad4d95 - file is now binary safe
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100175 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 20:47:26 +00:00
Philip Olson
d006fd4494 Note: Use proc_open() for bi-directional support.
See also proc_open() and fopen()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100102 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 03:30:33 +00:00
Philip Olson
168e3d52f2 Added a simple fclose example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100097 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 03:07:44 +00:00
Philip Olson
3bdad6c640 Added a well commented example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100096 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 02:59:42 +00:00
Philip Olson
4684dff065 Rewrote example using foreach instead of while/list. Expanded the comments.
See also file_get_contents() and include().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100095 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 02:15:02 +00:00
Philip Olson
45f6127d4d Rewrote to hopefully make more sense. See also explode, file, and pack.
Moved "enclosure added in PHP 4.3.0" to a note.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100094 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 01:48:11 +00:00
Philip Olson
beb88e3da0 Added an example; moved the windows share information to a note;
See also is_readable(), is_writable(), is_file(), and file().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100093 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 01:00:32 +00:00
Philip Olson
762d3cbf9a Note: Getting the current path info is discussed in the predefined var section
of the manual.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100092 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-18 00:39:18 +00:00
André Luis Ferreira da Silva Bacci
48a60f2a86 more litle useful
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98925 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-09 00:25:46 +00:00
Markus Fischer
4ad0dfc5e6 - Document latest scientific researches on PHP functions
(thanks to Marc Boeren for finding this).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98593 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-07 15:45:38 +00:00
Wez Furlong
f1242944c3 More streams related changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97309 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-28 23:30:31 +00:00
Wez Furlong
059168665c streams function name changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97308 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-28 23:07:24 +00:00
Hartmut Holzgraefe
b58cda4670 fix for Bug #19643
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97272 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-28 18:25:23 +00:00
Wez Furlong
f26fabbc36 Add note about line-endings.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97009 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-26 13:59:34 +00:00
Wez Furlong
195ea36a31 Document/tidy up/clarify some more streams related information.
Add notes about URL support for GD functions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97008 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-26 13:56:54 +00:00
Wez Furlong
7b4aac161d file_get_wrapper_data renamed to file_get_meta_data and expanded.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96988 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-26 11:38:23 +00:00
Dallas Wang
6a490ecdb7 Typo fixed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96957 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-26 08:50:49 +00:00
Hartmut Holzgraefe
f2b3768ed1 glob() and fnmatch() updates
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96909 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-26 00:31:29 +00:00
Wez Furlong
72eeba5da7 Make fopen() docs actually readable.
Moved wrapper descriptions into the wrapper appendix.
I plan to add more details, such as the the file_get_wrapper_data()
structures for each wrapper, so this is a positive move in that direction.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96687 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-24 02:53:08 +00:00
Wez Furlong
8038e95517 Flesh out the docs for user streams.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96661 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-23 22:40:20 +00:00
Sascha Schumann
8bb46919c3 Fix documentation bug.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96601 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-23 15:06:48 +00:00
Damien Seguy
da6a244957 false -> &false;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96224 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-20 01:02:59 +00:00
Wez Furlong
b8e2058366 Document ftps:// and add a table listing supported wrappers to the
appendices.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95901 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-16 18:13:37 +00:00
Heilig (Cece) Szabolcs
cf0e2f51bc fixed tag overlapping
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94901 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-06 14:15:26 +00:00
Derick Rethans
b28afcfa91 - Fix layout (no tabs, not more than 78 chars on a line)
- Corrected <methodname>foo()</methodname> to <function>foo</function>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94829 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-06 06:54:44 +00:00
Erica Douglass
6b3c8a6e6c Rewrote description of this function for clarity (check user notes -- no one knew what this function actually did. ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94828 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-06 06:43:13 +00:00
Damien Seguy
91fbe5295f added an example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93013 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-22 12:32:55 +00:00
Friedhelm Betz
4a0f085885 id correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92377 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-17 13:30:47 +00:00
Gabor Hojtsy
9bc397a9b1 OK, so dir is a class...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92063 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-14 21:29:01 +00:00
Gabor Hojtsy
a1eead3711 Adding more to see also list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92062 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-14 21:27:41 +00:00
Dan Kalowsky
acf282ee57 Closing Bug #13321
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91901 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-14 03:28:02 +00:00
Dan Kalowsky
9705bc9855 Fix bug #18859
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91599 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-12 00:27:12 +00:00
Sander Roobol
948efe3655 tab is \t, not \n - 18845
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91513 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-11 10:53:41 +00:00
Sander Roobol
f4ea5b761f is_file() doesn't work on remote files - #18846
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91509 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-11 10:49:51 +00:00
Friedhelm Betz
c8c2554e5a fix for bug #18827
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91368 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-09 09:30:32 +00:00
Dan Kalowsky
c8de281b40 fix for bug #18812
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91292 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-08 18:26:01 +00:00
Philip Olson
d43ee1e467 * Briefly document fourth zcontext parameter (does not yet close bug #17784)
* See also file(), fgets(), file_exists(), and is_readable().
* We mention 4.3.0 w/o stating it's not yet released
* Minor textual changes


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88682 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-14 18:56:44 +00:00
Philip Olson
db59ada8b2 Removed <note> for 4.3.0 Introduction, this information is autogenerated.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88382 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-11 21:00:35 +00:00