Commit graph

29 commits

Author SHA1 Message Date
Friedhelm Betz
00bae4e756 use of entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121664 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-30 14:47:29 +00:00
Philip Olson
5748a4eb77 bool -> boolean, and added an example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117356 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-20 16:51:17 +00:00
Damien Seguy
2e2a6ee884 Purifying see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117201 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-19 22:11:54 +00:00
Damien Seguy
e7feaba4e5 minor consistencies
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112968 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-21 19:10:29 +00:00
Sander Roobol
9df31d5213 Adding <function> tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110299 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-04 11:37:01 +00:00
John Coggeshall
804296c609 Cleaned some things up some more.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104989 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 05:01:37 +00:00
John Coggeshall
72a3198020 Arg. I kept finding things wrong :) Added version information for the
callback parameter (PHP >= 4.2.0)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104988 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 02:51:21 +00:00
John Coggeshall
906adbe7fa Documented the __sleep and __wakeup member functions when
serializing/unserializing objects in both function references.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104987 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 02:45:02 +00:00
John Coggeshall
496e65509c Added the callback parameter to the syntax statement (string callback)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104986 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-20 02:29:56 +00:00
Philip Olson
c428dd77e8 Initial documentation, leaving commented out for now until confirmed.
Deals with bug #20216 as per Leon's request.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104687 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-18 07:59:04 +00:00
Philip Olson
308eaf0256 Use defined() for constants. See also @ and defined().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104416 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 10:50:29 +00:00
Philip Olson
918600ab1d Note: isset only takes on variables. Closes bug #20454
Also using var_dump() instead of print in examples.  Expanded examples a bit.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104406 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 07:54:03 +00:00
Philip Olson
f9c590a15d Added when unserialize_callback_func became available (4.2.0) which closes
bug #16582.  Also a few typos and <?php ?> additions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104162 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 10:04:39 +00:00
Gabor Hojtsy
bf1d6b818e Oh, why I have inserted a tab...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@99466 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-12 14:34:59 +00:00
Gabor Hojtsy
85208da9c2 Adding my findings about what unserialize returns on error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@99465 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-12 14:33:20 +00:00
Jan Lehnardt
d25ec03ae6 - fix return type
#please check the other translations


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95937 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-17 08:51:27 +00:00
Philip Olson
555d51632c See also $_REQUEST
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87347 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-01 18:10:17 +00:00
Markus Fischer
ffd2f85063 - Use new superglobals by default, mention old way were applicable.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-16 07:11:04 +00:00
Markus Fischer
032feb14d6 - Properly document when a var is considered to be NULL and when not,
closes #13577.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85243 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 09:15:37 +00:00
Sander Roobol
0fbac3c061 Some minor fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84332 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-01 16:33:46 +00:00
Philip Olson
9fac3be3c1 expanded array example to include null. also included array_key_exists into
the example and see also.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83386 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-24 19:06:14 +00:00
Derick Rethans
2c03c27a35 - Update isset() docs (also fixes bug #17395)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83381 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-24 18:46:15 +00:00
Philip Olson
dc08a79d43 Minor adjustments, and a typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82509 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-17 03:26:28 +00:00
Philip Olson
6972caddf8 Minor changes, see also extract and predefined vars, and added to the example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81321 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-06 01:52:29 +00:00
Gabor Hojtsy
218c813d6f More typos ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81276 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-05 12:20:31 +00:00
Slawomir Pucia
ad0ead4d77 Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81275 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-05 11:55:37 +00:00
Gabor Hojtsy
baf519061d Adding note about what prefix is used for
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81261 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-05 09:19:11 +00:00
Hartmut Holzgraefe
5b9fc29465 revision tags added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Hartmut Holzgraefe
a4b6d72ad3 banana-split
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00