Commit graph

2555 commits

Author SHA1 Message Date
jim winstead
b30a078b07 minor punctuation fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65064 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 21:02:56 +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
02a9205752 disabling shell_exec also disables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65057 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:44:06 +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
Rasmus Lerdorf
56a48edc0a The PostgreSQL link was missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64891 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-13 09:47:08 +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 #13967 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 #12863. 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
Jan Lehnardt
7c88782195 fix for #11937. pointing out that unset() will not
cause a reindexing of an array when deleting a key.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64875 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 22:08:28 +00:00
jim winstead
19c18524d3 & -> &, tighten the wording a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64872 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 21:29:56 +00:00
Jan Lehnardt
03dfca077e "fix" for #11719. clearifyed references and copies on objects.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64870 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 21:15:37 +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
Philip Olson
f329f5fd16 Update #7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64742 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-11 21:40:43 +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
jim winstead
118515263e remove bonus capitals and commas
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64732 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-11 20:28:09 +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
Gabor Hojtsy
86b80338f8 s/safe-mode/Safe Mode/;
Some newlines added (WS fix) to make it more readable


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64479 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-10 18:55:31 +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
3d39a99729 incorporate user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64299 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 22:23:19 +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
7ff4b44b48 new tip about fopen wrappers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64296 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 22:12: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