Commit graph

166 commits

Author SHA1 Message Date
Mehdi Achour
391c25a6cf adding PHP tags in the examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135250 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-16 17:25:02 +00:00
Derick Rethans
bd9943ebaf - Move warning to the correct place
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134383 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-07 19:14:09 +00:00
Derick Rethans
b0aa535d32 - Upgrade note to warning per comments in bug #24001
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134382 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-07 19:05:11 +00:00
Sebastian-H. Picklum
7e52a40276 Typo from Ali
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134106 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 15:34:15 +00:00
Hartmut Holzgraefe
e2039f9c79 it should be more clear this way?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134103 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 15:12:27 +00:00
Hartmut Holzgraefe
ad6dc06cd5 GLOB_ONLYDIR behaviour will change ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134101 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-03 14:39:45 +00:00
Philip Olson
0115fcc0dd Use of example.com for urls.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133817 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-30 22:55:45 +00:00
Sara Golemon
73283f81e8 Clarify behavior of fread on network streams.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133790 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-30 18:21:03 +00:00
Thomas Schoefbeck
6410f8b345 just small grammar ch.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133658 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-29 19:58:30 +00:00
Philip Olson
5434e2e2f0 Clarify x and x+ modes. They generate E_WARNING and false when file exists, and
attempt to create the file if the file does not yet exist.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133540 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-28 20:59:12 +00:00
Derick Rethans
32c5c5832a - Document return value
#- I'm just implementing this...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133484 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-28 07:19:56 +00:00
Philip Olson
45d077dbd7 Document return on success change from 1 to true in 4.3.3, and see also fopen/fseek.
This documents bug #24162


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132989 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-23 01:05:48 +00:00
Wez Furlong
e01d90c389 Document "exclusive" mode for fopen().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132861 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-22 11:46:28 +00:00
Derick Rethans
a09f981d33 - Structural changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131877 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-16 12:57:32 +00:00
Philip Olson
45f5fbc352 Returns bool not int, closes bug #24162
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131282 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-13 01:40:03 +00:00
Philip Olson
e3abc11bfe returns bool, not int
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131281 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-13 01:09:38 +00:00
Philip Olson
249e4eaffd fopen() also generates E_WARNING on failure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130639 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-08 19:32:33 +00:00
Philip Olson
551b169f3c Implement &return.falseproblem; and &note.bin-safe; entities, and added an example.
This closes bug #21877


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130621 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-08 14:29:25 +00:00
Wez Furlong
ed0cbff43c Explain a bit more about the nightmare that is the text-mode-translation, the
spawn of satan.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130532 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-07 14:12:51 +00:00
Sara Golemon
de42e1b1f9 Note about filesizes > 2^31 bytes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130008 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-03 20:51:26 +00:00
Wez Furlong
7988ec6499 Fix copy-n-paste error and explain why do {} while(true) is better than
while(!feof()) {} in this example.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129799 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-01 23:11:51 +00:00
Philip Olson
77b0927f90 rename can move files across *nix partitions as of PHP 4.3.3, which closes
the doc part of bug #23913.  Also fixed the example spacing, and added see alsos.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129540 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-31 00:51:14 +00:00
Wez Furlong
44461f04b1 fix omission...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129525 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-31 00:15:18 +00:00
Philip Olson
d9fc90e266 Added php tags (<?php ?>) to examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129494 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 20:43:26 +00:00
Wez Furlong
8befa0e8fe Revise docs a little; document the non-greedy fread semantics when reading from
network streams and fifos.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129235 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-29 20:10:20 +00:00
Wez Furlong
df5537486a Tweak some of the docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128658 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-24 20:43:53 +00:00
Friedhelm Betz
ba571c3376 use of entities for php.ini, .htaccess and httpd.conf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128184 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-21 10:34:23 +00:00
Friedhelm Betz
bb5700dbf3 more precise version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128095 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-20 22:40:58 +00:00
Philip Olson
d3468a47ac Is available for Windows user in PHP5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127883 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-20 00:10:05 +00:00
Sara Golemon
2616e55615 Notes re context option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127811 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-19 20:26:58 +00:00
Sara Golemon
c1e0f13a4d Update documentation per addition of unlink method in wrappers operations.
Create standardized table for listing wrapper attributes in appendices/wrappers.xml,
this will ease lookup of common information by reducing what must be read through.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127056 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-14 22:04:50 +00:00
Mehdi Achour
e7f97c5c33 final changes .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126426 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-09 23:35:29 +00:00
Andy Lindeman
fb0bc2a0bb good suggestion by didou
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126424 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-09 23:18:26 +00:00
Andy Lindeman
9cf70800c2 refer to stat() page, so we don't have to keep both places up-to-date, as they return the same information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126419 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-09 21:52:54 +00:00
Andy Lindeman
3324dc61f1 put star in standard place
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126417 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-09 21:50:16 +00:00
Andy Lindeman
c6bb8e4d38 implementation of user notes, as in bug #23568
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126416 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-09 21:42:28 +00:00
Philip Olson
c85e63dde5 Implement new &ini.descriptions.title; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125368 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-01 21:52:58 +00:00
Moriyoshi Koizumi
8c50bb6737 Added info about the default value of enclosure parameter
Removed "enclosure cannot be null" notice as it now rejects such a wrong
parameter


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124900 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-28 15:18:55 +00:00
Philip Olson
0cefe3f854 Change &alias; to alias (we have no such entity)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124831 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-27 19:24:38 +00:00
Sara Golemon
f67fd60b35 Document zcontext parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124062 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-20 01:36:25 +00:00
Andy Lindeman
ac73e43297 fix bug #23207
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@123397 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-14 20:44:06 +00:00
Sara Golemon
c25464d85b Additional context parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122948 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-09 00:02:53 +00:00
Sara Golemon
d091efacab New function file_put_contents()
Update constants.xml with FILE_* family.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122947 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-08 23:43:56 +00:00
Sara Golemon
b073987b8b context parameter added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122806 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-08 00:07:12 +00:00
Andy Lindeman
59071ec3b5 fixing bug #23044
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122784 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-07 20:54:26 +00:00
Sara Golemon
dee4c1c963 New function: stream_get_line()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122482 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-04 01:44:12 +00:00
Andy Lindeman
6b5cabf841 fixing bug #22923
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122077 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-01 23:19:32 +00:00
Victor Boivie
bc46e3c5ec Removed single quotes from pathnames (bug #22399)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118768 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-03 11:49:39 +00:00
Sara Golemon
70c288358b Fix broken endtag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118747 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-03 04:53:02 +00:00
Victor Boivie
9130132fd9 Incorrectly formatted function alias - fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118638 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-02 12:55:53 +00:00