Commit graph

2046 commits

Author SHA1 Message Date
Hartmut Holzgraefe
a5a87b4402 use new snippet entity for undocumented functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65155 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-15 14:34:49 +00:00
Hartmut Holzgraefe
16c0dfe668 added skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65154 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-15 14:33:08 +00:00
Hartmut Holzgraefe
675e0930c0 added some missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65153 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-15 14:28:51 +00:00
Derick Rethans
22cff23fb8 - Fix buglet in docu
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65108 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-15 13:00:47 +00:00
jim winstead
348d5459c2 imap_delete: note that imap_expunge needs to be called during the same connection on pop3 mailboxes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65071 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 21:24:58 +00:00
jim winstead
0836e5d511 chown,chgrp: allows name or number; unlink: should work just fine on windows; all: use &note.no-windows;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65069 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 21:13:17 +00:00
jim winstead
f0f1a3280d strtotime: add last/next examples, document now parameter, add note about timestamp range
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65063 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:59:38 +00:00
jim winstead
3d837f707e print: &return.success;, add examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65056 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:27:08 +00:00
jim winstead
e089e47511 filesize: clarify that size is in bytes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65055 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:18:25 +00:00
jim winstead
8568fb9416 strpos: fix pre-4.0b3 example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65054 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:09:33 +00:00
jim winstead
567a620c78 curl_exec: tip.ob-capture
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65053 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:04:09 +00:00
jim winstead
6881b27f94 fpassthru: incorporate notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65052 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 19:38:23 +00:00
Torben Wilson
f47ca63fe5 Whitespace fix in code example.
Remember, don't use tabs to indent code examples; use 4 spaces. See the howto
for more information.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64968 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 01:11:48 +00:00
pgerzson
8be919b4c1 correct the array_keys() implementation for PHP 3 example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64967 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 01:00:27 +00:00
Hartmut Holzgraefe
2a2b4ac208 enough blame for now ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64940 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-13 17:57:26 +00:00
Hartmut Holzgraefe
e592e1c6db skeleton for upcoming ncurses dokumentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64924 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-13 14:57:41 +00:00
Derick Rethans
5f0de6937e - Fix for bug 14479
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64892 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-13 10:27:12 +00:00
Philip Olson
7cd0ec6602 strtotime: parameter time behaves according to gnu date syntax, added link to gnu man page.
Also, there are a few additional valid inputs, document them at a later date :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64878 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-13 00:44:47 +00:00
Jan Lehnardt
229da4ff5a fixed unsetting a static varible inside a function destryoes
the variable.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64877 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 23:00:47 +00:00
Jan Lehnardt
a5bea797bc fixed . added return values for pg_freeresult. Also changed file permissions
from 0444 to 0644.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64876 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 22:37:33 +00:00
Hartmut Holzgraefe
3747b34a1b hope this solves the tabs vs. blanks issues once and for all
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 20:47:43 +00:00
Hartmut Holzgraefe
437861fbfb msession documentation stubs added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64791 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 09:01:08 +00:00
Hartmut Holzgraefe
aaf707e3e7 ok, Sterling, you asked for it ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64790 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 09:00:11 +00:00
Derick Rethans
9559a49a01 - Add md5_file documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64787 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 07:53:11 +00:00
Hartmut Holzgraefe
68caa3667e ereg will now return real match count instead of
a fixed-size 10 element array


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64733 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-11 20:32:16 +00:00
Yasuo Ohgaki
5f856161a2 Removed note for PHP/FI.
Added note for default connection.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64511 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-11 03:32:41 +00:00
jim winstead
e27dc90088 fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64504 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 23:27:16 +00:00
Friedhelm Betz
95b7c9cb92 adding some php.ini related stuff in partintro.
cleaning up the examples. some ws fixes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64490 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 21:33:51 +00:00
Yasuo Ohgaki
8bbc5ee6db Add description for pg_cmdtuples in pg_numrows page.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64472 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 17:57:09 +00:00
Yasuo Ohgaki
9b7ade58f4 Get rid of endwhile
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64471 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 17:34:56 +00:00
Yasuo Ohgaki
e953ab37e2 More protos are fixed.
Descrptions are added/updated.
  - php.ini, see also, etc
pg_last_notice() added.
Added warning for "last message handling" bug.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64440 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 16:23:48 +00:00
Yasuo Ohgaki
8b18c3a8e8 Proto fix so that resource is used.
pg_loexport() proto fix.
pg_end_copy() proto fix.
pg_loclose() may return FALSE.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64386 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 03:09:08 +00:00
Bernd Roemer
a5b80971f4 fixed the last invalid changes (xml)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64370 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 01:08:03 +00:00
Bernd Roemer
f937fa85ca added describtion for unserialize_callback_function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64368 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 00:46:49 +00:00
jim winstead
5ec2acf354 fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64323 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-09 01:39:40 +00:00
Sterling Hughes
8b66afa861 Update the documentation to the new XSLT extension in anticipation of mondays compatibility breaking
release.

# I don't have a local test environment setup, so if someone would be so kind as to check
# the XML, it would be much appreciated, I'll setup an environment as soon as possible, but
# I wanted to get this stuff in *before* the release!


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64311 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-09 01:08:31 +00:00
jim winstead
6096abcacb image*ellipse: add see also for image*arc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64309 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 23:53:01 +00:00
jim winstead
d9ac50587d soundex: see alsos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64302 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 23:39:06 +00:00
jim winstead
933f6a47bc eval: minor cleanups, add ob-capture tip
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64301 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 23:27:41 +00:00
jim winstead
739fedf848 file: incorporate user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64297 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 22:14:24 +00:00
jim winstead
74460af0f0 fsockopen: add host header to example, add see also for curl extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64295 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 21:58:49 +00:00
Philip Olson
680909fe33 Added reference (a link) to language.variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64293 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 21:36:13 +00:00
jim winstead
935e16c8fc parse_str: incorporate user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64292 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 21:21:50 +00:00
jim winstead
e6781f61bf add note about order of entries returned from dir object.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64291 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 21:11:23 +00:00
jim winstead
cb08c60ccc array_search: add return.falseproblem note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64290 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 21:06:10 +00:00
jim winstead
df7ba94898 note length of md5 hash
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64288 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 20:04:38 +00:00
jim winstead
08c93c3302 imagecolorallocate: returns -1 on failure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64287 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:56:05 +00:00
jim winstead
0ae200c9ee echo: add example using here documents
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64286 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:46:08 +00:00
jim winstead
a6624f2fc5 floor: duh, it does round down, not truncate. stupid negative numbers. :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64285 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:33:17 +00:00
jim winstead
7e04f85418 floor: add examples, say 'truncating' instead of 'rounding down'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64284 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:32:00 +00:00
jim winstead
d34e9ec95c move_uploaded_file: add warning about destination being overwritten, remove redundant version note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64283 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:22:07 +00:00
jim winstead
391611c803 flock: incorporate user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64282 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:17:03 +00:00
Gabor Hojtsy
168667b201 Correct CDATA error reported by Gyozo Papp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64269 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 09:40:38 +00:00
jim winstead
08dfef9a69 ereg: fix incorrect documentation of what the first element of the matches array contains
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64251 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 21:53:39 +00:00
jim winstead
4edd5be5cb fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64250 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 21:51:54 +00:00
jim winstead
54067bc5dd pg_getlastoid: according to the source, it returns false for invalid oids
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64249 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 21:32:40 +00:00
jim winstead
a8467d973a explode: add example, clean up text a little
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64248 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 21:27:53 +00:00
jim winstead
55d3600731 reorder a couple of entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64247 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 20:53:31 +00:00
jim winstead
4f37696c7f ibase_connect: fix example, references to php versions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64246 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 20:51:32 +00:00
jim winstead
cc64ab471b fix checkdate prototype, add some see alsos, and s/english/English/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64245 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 20:43:00 +00:00
jim winstead
9e35fce1b4 session_start: incorporate notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64244 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 20:30:55 +00:00
jim winstead
0454bf328c msql_query: incorporate example from user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64142 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 02:29:01 +00:00
jim winstead
ba0795a360 checkdnsrr: use no-windows note.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64141 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 02:23:04 +00:00
jim winstead
42b603120b copy: incorporate user notes, add see also for section on file uploads
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64140 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 02:14:55 +00:00
jim winstead
39b3eb240d copy: see also move_uploaded_file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64137 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 02:09:09 +00:00
jim winstead
81b67b072b ftp_get: see also ftp_fget
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64136 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 02:03:33 +00:00
jim winstead
685235e7d7 add very generic warning about persistent connections needing a bit of tuning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64135 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 01:55:20 +00:00
jim winstead
29004957bc array_walk: note how to pass object/method as callback, and unpredictable behavior of modifying array inside the callback.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64134 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 01:42:01 +00:00
jim winstead
91485d8909 incorporate notes for session_delete.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64130 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 01:12:34 +00:00
jim winstead
5a437d80f0 clarify ibase_query documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64122 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 01:03:33 +00:00
Zak Greant
049fc77637 Fixed minor spelling error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64027 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-06 12:25:05 +00:00
Sterling Hughes
7c9f531fbf Add documentation as per mr. zmievski's request
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63889 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-04 20:10:08 +00:00
Frank M. Kromann
19459d62fa Update the documentation foi imap_mail()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63888 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-04 20:05:15 +00:00
Hartmut Holzgraefe
a395304013 fixed mistyped CDATA end tag, parse_str should show up again tomorrow
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63881 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-04 19:17:54 +00:00
Derick Rethans
0af348b811 - Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63880 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-04 19:02:45 +00:00
Gabor Hojtsy
5b5e1f4a4b No need to explicitly specify list numbers and letters here.
They are implicit using the <orderedlist>...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63868 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-04 17:56:31 +00:00
Philip Olson
aca8823f8f Minor change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63820 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 22:03:59 +00:00
Philip Olson
f39c2b0435 Typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63819 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 21:59:00 +00:00
Philip Olson
10844e7633 Typo Fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63803 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 19:35:57 +00:00
Philip Olson
fdcdaa98e0 Typo fix and minor update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63801 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 18:47:11 +00:00
Philip Olson
d7e6f29a56 Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63800 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 18:44:02 +00:00
Philip Olson
571de1018d Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63799 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 18:34:32 +00:00
Philip Olson
e78ac3245a Fix Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63798 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 18:18:05 +00:00
Derick Rethans
6a861908e6 - Documentation for ob_get_level
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63755 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 07:46:09 +00:00
Georg Richter
ce4f7ec8dd typo fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63577 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-01 06:46:44 +00:00
Philip Olson
e5ad2170ee Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63548 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-30 22:35:12 +00:00
Derick Rethans
a6f0e37b2d - Too much copy & paste
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63473 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-30 11:05:47 +00:00
Derick Rethans
d512b4e0ba - Added documentation for ob_flush and ob_clean.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63472 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-30 10:55:30 +00:00
jim winstead
6360c5deab add see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63423 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-29 18:48:57 +00:00
Sascha Schumann
6739b32213 The trans in trans-sid expands to transparent, not transient.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63384 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-28 20:46:27 +00:00
Jan Lehnardt
dd84f659f8 fixed copy and paste error reportet by gabor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63245 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-25 21:30:48 +00:00
Jan Lehnardt
b16b195b49 fixed CDATA entity (hopefully ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63243 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-25 20:56:13 +00:00
Jan Lehnardt
a1b94ee520 fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63241 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-25 20:29:28 +00:00
Hartmut Holzgraefe
91ad2d5803 reverted last patch after dictionary consultation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63207 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-25 14:57:10 +00:00
Friedhelm Betz
94df1c26a0 typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63201 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-25 13:05:10 +00:00
Friedhelm Betz
535c21f790 more CDATA fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63122 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-23 17:59:34 +00:00
Friedhelm Betz
1dbef32688 no need for entities in CDATA section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63117 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-23 14:42:35 +00:00
Philip Olson
9017566f2f Added link to "types" under definition of in_array()'s "static" parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63106 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-23 08:23:08 +00:00
Gabor Hojtsy
e3840f79d2 That would be more correct here...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63086 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 22:20:10 +00:00
Gabor Hojtsy
60916fdb35 Some clarification on tempnam and tmpfile, example addded
to tmpfile, unlink() added to tempnam.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63085 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 22:15:13 +00:00
Philip Olson
32b8e02ed2 get_class() updated as per bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63062 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 20:59:31 +00:00
Zak Greant
f502c73d89 Clarified the tempnam documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63049 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 17:50:57 +00:00
Derick Rethans
fee77b5bac - Fix for bug 14176
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63027 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 13:51:33 +00:00
Philip Olson
b62b6c3b48 Modify dir example to accept filename '0', as per the readdir and opendir examples.
Fixed readdir example (it's using CDATA now).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63019 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 10:07:52 +00:00
Philip Olson
62af7d467f strtotime() returns -1 upon failure, added another example too.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62978 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-21 23:21:30 +00:00
Hartmut Holzgraefe
65a93a86a8 last bunch of <programlisting>/CDATA changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62977 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-21 23:05:19 +00:00
Marco Cucinato
3eef86a4f8 Added missing ]]>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62965 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-21 22:09:47 +00:00
Philip Olson
686a898087 Typo fix from previous commit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62948 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-21 19:13:24 +00:00
Philip Olson
e170865ab2 Expanded examples for ucwords() and ucfirst() a bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62947 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-21 18:39:05 +00:00
jim winstead
7d4812b1d1 change a couple of 'id' values that produce pages that some mirrors get tripped up on.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62913 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-21 01:48:33 +00:00
Hartmut Holzgraefe
91848c237f more CDATA additions to examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62898 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-20 23:58:47 +00:00
Derick Rethans
1805429b60 - Reverse thomas' patch. It was correct as it was.
#- In PHP 4.0.6 this function was introduced as key_exists. However, in
#  4.1.0 and up, the name is array_key_exists.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62859 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-20 07:27:26 +00:00
Egon Schmid
9ccabbcce5 Fixed two illegal < characters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62858 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-20 02:37:36 +00:00
Thomas Schoefbeck
2d72033855 Small clarification
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62812 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-19 22:36:44 +00:00
Hartmut Holzgraefe
2d6260d093 typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62808 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-19 17:10:35 +00:00
Hartmut Holzgraefe
fde01cd82a clarification on tm_month being zero-based
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62790 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-19 13:56:00 +00:00
Zak Greant
8fd1f8079e Added terse docs for vprintf()/vsprintf(). Corrected return value for printf()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62788 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-19 13:46:48 +00:00
Derick Rethans
98cf617991 - Fix for bug (added documentation on how to pass object member
functions to usort)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62786 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-19 08:56:03 +00:00
Hartmut Holzgraefe
4e856cd765 reformated some of the examples to contain the expected output
as <screen> within the <example> instead of adding a second
<example> or <informalexample> with the results in a <programlisting>
element


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62753 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-18 23:45:19 +00:00
Hartmut Holzgraefe
4a6f22f50a started to wrap up all <programlisting> environments
in CDATA sections to allow verbatim examples

having to use entities for &, < and > makes the code
hard to read and errors might slip in during the
process, so the two extra lines should be worth the effort


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62672 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-18 03:07:18 +00:00
Gabor Hojtsy
f748593f15 Heh, build bug fixes...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62633 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-17 13:00:57 +00:00
Gabor Hojtsy
7cc925a924 Adding more see also information, description of
MYSQL_... constants, more cross references, using
&return.success; where applicable, more discussion
of mysql_query() return value, etc.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62632 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-17 12:59:11 +00:00
Gabor Hojtsy
3887a894e5 Some enhancements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62631 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-17 11:43:14 +00:00
Gabor Hojtsy
57df7bc396 More correct example, applying PEAR code standars,
and using CDATA to ease the work of manual people ;)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62630 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-17 11:31:21 +00:00
Hartmut Holzgraefe
d410f85ef7 more xml version fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62618 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-16 22:37:31 +00:00
Hartmut Holzgraefe
424bbd1cdd typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62616 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-16 22:29:07 +00:00
Hartmut Holzgraefe
578b162c8a removed optional bloat from prototype
and fixed pconnect proto


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62615 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-16 22:23:10 +00:00
Hartmut Holzgraefe
0a09869a53 removed optional bloat from prototypes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62614 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-16 22:22:18 +00:00
Derick Rethans
38c16fbc75 - Clarify a little bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62606 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-16 18:58:43 +00:00
Simone Cortesi
df75789a08 added missing colon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62479 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-15 09:38:47 +00:00
Torben Wilson
85875f7a0a Reverting clarification. It was clearer, but also wrong.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62476 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-15 07:51:42 +00:00
Torben Wilson
a9f4a1c5f0 Small clarification.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62475 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-15 07:39:59 +00:00
Derick Rethans
f90ee8cbcf - Added note about array_key_exists
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62474 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-15 07:29:51 +00:00
Derick Rethans
d2b7187a70 - Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62434 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-14 19:05:26 +00:00
Frank M. Kromann
e4019d05ba Adding basic documentation for the IIS functions. More text to be added.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62433 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-14 19:04:15 +00:00
Frank M. Kromann
62feda57df Adding some description on how to get the Client tools installed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62432 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-14 19:00:48 +00:00
Gabor Hojtsy
96517be5da So if this is array_key_exists, move this up to
the right place in alphabetical order...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62401 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-14 12:40:30 +00:00
Harald Radi
cd2cf0e130 removed hardcoded links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62362 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-14 00:30:56 +00:00
Hartmut Holzgraefe
d11aafc5b5 whitespace/indent fix reverted (due to misindentatioin of examples :( )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62142 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 17:54:01 +00:00
Hartmut Holzgraefe
83d7d02c66 <parameter><optional> should only be used in prototypes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62137 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 17:11:19 +00:00
Hartmut Holzgraefe
b2a3148d59 <sysitem> not needed here and doesn't work in this context
in DocBook4


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62136 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 17:09:12 +00:00
Hartmut Holzgraefe
a912b02029 whitespace/indent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62135 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 16:56:56 +00:00
Hartmut Holzgraefe
bbacd1478d please use <parameter><optional> in prototypes only
and not in descriptive text (won't work well with DocBook4)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62134 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 16:53:50 +00:00
Hartmut Holzgraefe
159b4f30f0 the use of <msgtext> did not realy make sense here
*and* standalone <msgtext> is deprecated and will
not work with DocBook4


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62133 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 16:50:43 +00:00
Hartmut Holzgraefe
a3d87f0822 there is no <comment> tag in DocBook4 :(
-> changed <comment>...</comment> to <!-- ... -->


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62131 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 16:39:45 +00:00
Hartmut Holzgraefe
3f455e2e51 swapping order of <link> and <option>, new version will work for both
docbook 3 and 4


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62129 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 16:22:47 +00:00
Luca Perugini
b0d77d6682 Fixing Vim syntax option: syn=xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62128 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 15:33:28 +00:00
Marco Cucinato
79591d6d84 Typo fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62102 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 13:50:34 +00:00
Harald Radi
985889e0b6 more verbose intro
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62056 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 01:52:26 +00:00
Jeroen van Wolffelaar
e32c87177b Re-add Hotsy's documentation of those functions - first wait for discussion
before possibly changing anything


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62036 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-12 00:16:44 +00:00