Commit graph

891 commits

Author SHA1 Message Date
Shein Alexey
ec1dcb1e8e Fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309710 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-26 11:30:41 +00:00
Shein Alexey
170ead3873 Fixed missing space.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309685 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-25 10:20:41 +00:00
Shein Alexey
5e23e0807d Fixed a typo in Blowfish's salt description (should contain 22 base64 digits/items).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309683 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-25 09:53:53 +00:00
Shein Alexey
7db0ab89d9 Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309634 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-24 07:19:11 +00:00
Philip Olson
9cf659349d Documented strlen() behaviour with arrays including the 5.3 change. Closes PHP Bug #54153
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309499 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-21 17:25:48 +00:00
Adam Harvey
2a67a718ea Fix doc bug #54263 (htmlspecialchars - charsets are not equivalent).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309322 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-17 02:57:20 +00:00
Jakub Vrana
47e459fcb3 Beware slashes (doc bug #53319)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308213 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 16:09:22 +00:00
Jakub Vrana
efef4dfef6 Changelog (doc bug #53935)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308179 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 11:35:46 +00:00
Jakub Vrana
9e07fbf45c Default charset is now UTF-8, use <initializer>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308101 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-07 15:13:02 +00:00
Adam Harvey
00b427c07b Fix doc bug #53678 (Formatting Suggestion: "count" parameter). Also fix up the
str_ireplace() manual page, which seems to have lost paragraphs here and there
for some reason, by copying verbiage across from the str_replace() page and
changing it as required, and fix a grammatical error in the paragraph about
using arrays as search and replacement values.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307205 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-07 03:39:17 +00:00
Peter Cowburn
4a436e6205 htmlentities() page examples should use htmlentities() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306404 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-16 12:10:03 +00:00
Hannes Magnusson
959ade2dae Document the new charset_hint parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306187 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-10 14:06:54 +00:00
Justin Martin
3ed5f72b6c Indicated change to substr's behaviour with start positions beyond truncation positions.
Added changelog indicating this BC break. Bug #53252.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305175 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 19:53:45 +00:00
Justin Martin
c1a545fd27 Indicated that substr does not accept an empty string.
Added an example of casting behaviour.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305162 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 15:27:33 +00:00
Kalle Sommer Nielsen
39ea8b6daf Fixed bug #53113, round two
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305143 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 04:11:27 +00:00
Kalle Sommer Nielsen
1312852e14 Fixed bug #53113 (number_format(): wrong usage of term "character" in multi-byte context)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304600 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-22 02:05:08 +00:00
Gustavo André dos Santos Lopes
6fb560cb84 - Warn that using the ENT_IGNORE flag in htmlentities/htmlspecialchars may introduce security
vulnerabilities. See Unicode Technical Report #36, section 3.6.2.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304388 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-14 06:12:16 +00:00
Adam Harvey
5589d96b19 Remove sentence that now makes no sense in the strrpos() description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304381 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-14 02:38:23 +00:00
Adam Harvey
de05cef816 Fix doc bug #53051 (Just a TYPO!).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304370 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-13 10:34:16 +00:00
Gustavo André dos Santos Lopes
a27168c01e - Documented addition of ENT_IGNORE as per bug #43896
(changed its status from TBD to Closed).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304297 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-11 01:15:45 +00:00
Gustavo André dos Santos Lopes
3bbb0ff28b - Substantially improved the documentation of strtr(). Closes bug #52968.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303931 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-02 08:48:14 +00:00
Jakub Vrana
523a46637b Better example for thousands_sep
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303740 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 05:12:09 +00:00
Richard Quadling
4034788aaf Initializers added to prototype.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303684 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-22 16:02:02 +00:00
Richard Quadling
7b4e2f0747 <function> => <parameter>. Fix #52760
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302968 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-01 10:03:06 +00:00
Philip Olson
136ef0c306 Added example to clarify behavior. Closes PHP bug #52509
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-10 17:37:37 +00:00
Adam Harvey
abbcf3fd73 Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301672 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-29 03:19:30 +00:00
Yago Ferrer
9d84d8b88c Fixed broken build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301608 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 11:22:38 +00:00
Daniel Egeberg
2e8619a7b8 Fixed PHP bug #52451 (substr() doc incomplete)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301600 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 06:31:38 +00:00
Adam Harvey
e6b8bd2a32 Fix doc bug #52353 (Deprecated function referenced in documentation) by
replacing split() in implode's see also list with preg_split().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301310 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-16 03:43:10 +00:00
Daniel Egeberg
b5b882e695 Fixed PHP bug #52122 (implode(): No description of return value for degenerate case)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300736 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-24 22:07:28 +00:00
Adam Harvey
ab5351a260 WS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300332 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-10 02:59:05 +00:00
Joey Smith
16f0f78d84 Clarify what appears to some to be a set of mutually exclusive assertions
by just pointing out that it's implementation-specific.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300331 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-09 21:09:30 +00:00
Peter Cowburn
bc3a5cc7bd tidied up return values section for strtr()
- simpler normal return value description
  - empty key returns false (bug #51908)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299913 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 15:50:00 +00:00
Peter Cowburn
a1bc631b0f added normal return value description for explode - fixes bug #51937
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299897 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 08:32:05 +00:00
Peter Cowburn
1729bde5fb describe phonemes (was phones) parameter for metaphone. added basic examples. closes #51578
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298115 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-17 11:08:26 +00:00
Philip Olson
0b4c5897dd Commented out more PHP 6 documentation. Grep 'FIXME PHP_6' to fix. Helps close PHP Bug #51468
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297626 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 17:09:10 +00:00
Joey Smith
957d01e350 Clarified / fix docs of several instances where crypt() can be passed an invalid salt.
Added a ChangeLog entry for one trivial BC change in 5.3.2

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297172 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-30 11:42:08 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Jakub Vrana
f218579a89 No need to exit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296348 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-18 16:32:36 +00:00
Jakub Vrana
314dc1e417 Use word instead of number in refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296230 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-15 09:20:18 +00:00
Kalle Sommer Nielsen
9cfea04a70 Fixed bug #51151 (Example is wrong)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296206 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-14 22:25:56 +00:00
Adam Harvey
42e8f18733 Fixed bug #51255 (crypt() example for SHA512 is wrong).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296019 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-10 07:37:22 +00:00
Richard Quadling
20bde54f0b Add links between substr, substr_compare with single character access.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295733 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-02 13:22:58 +00:00
Yannick Torres
040a08b2af Fix WS & remove tab
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295563 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-27 09:01:19 +00:00
Joey Smith
632421687b - Document what PHP's crypt() does when underlying crypt() fails.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295442 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-23 22:08:17 +00:00
Joey Smith
026bae616b Replace usage of the term 'encryption' with 'hash' on
crypt() page.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295299 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 03:56:09 +00:00
Joey Smith
3087f7de70 Merge changes suggested by Solar Designer to clarify
how EDES and Blowfish salts work.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295298 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 03:32:45 +00:00
Joey Smith
31ead3f041 Note that these functions will trim NULs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295297 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 02:49:12 +00:00
Joey Smith
3e33a8d374 Clarification on the salt format for Extended DES
via pajoye and Solar Designer.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295263 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-19 20:24:23 +00:00
Joey Smith
f8e3f4345b Current blowfish implementation is limited to 2**4-2**31, according to
Solar Designer.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295224 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-18 00:10:10 +00:00
Joey Smith
a0ccfd74cb Note how to trigger Extended DES, and the acceptable
alphabet for salt characters.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295196 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 06:32:47 +00:00
Joey Smith
62c1bb2619 Further refine the Blowfish documentation - what characters are allowed in the salt,
what crypt() does if invalid characters are used, the valid number of rounds, what
happens if you specify an invalid number of rounds.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295180 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 17:41:49 +00:00
Joey Smith
a3e8136e4e 1) Fix the current Blowfish documentation. It was pretty horribly wrong, which Solar Designer pointed out to us quite a while back [1]. I more or less copied the way the Perl package Crypt::Eksblowfish::Bcrypt documents it, with a few modifications to make it fit better with how PHP uses it.
2) Document the new (as of 5.3.2) CRYPT_SHA_256 and CRYPT_SHA_512 constants (and the salt format that goes with them), as well as include the examples.

[1] http://markmail.org/message/k3tzsrahlketfj5K



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295093 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-15 12:13:37 +00:00
Richard Quadling
2a8a61e20a Removed inline <initializer> for the length parameter and described the default value in the Parameters section. Fix bug #50983
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294881 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 11:18:34 +00:00
Daniel Egeberg
f77f7960cf Fixed #51004: Inaccurate description of sha1_file().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294861 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-10 22:36:15 +00:00
Yago Ferrer
00038fbd00 This isn't a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294803 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 15:04:43 +00:00
Yago Ferrer
c66a231621 typo in NULL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294791 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 10:00:57 +00:00
Richard Quadling
7a3e1ab176 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294413 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:13:08 +00:00
Richard Quadling
c29b3639b7 Remove BOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293498 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 11:33:32 +00:00
Kalle Sommer Nielsen
4bc27d8766 Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Daniel Egeberg
6bb56ebdc3 Fixed #50317.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292326 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 11:01:06 +00:00
Kalle Sommer Nielsen
729c9c6255 Fixed #50450 (quotemeta should list preg_quote in the "See Also" section)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292280 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-18 06:10:07 +00:00
Richard Quadling
5c08968f76 Corrected initializer for length.
Expanded return values.
Bug#50402

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291868 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-08 09:29:30 +00:00
Richard Quadling
6e1065d077 Fix example for bug#50375
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291663 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-03 16:40:11 +00:00
Jakub Vrana
bc93886cd1 Prefer <initializer> before "default is"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:41:53 +00:00
Jakub Vrana
612e5af5ec Prefer <initializer> before "default value"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Jakub Vrana
1fcdef5c03 Document sprintf differences (bug #46267)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291079 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 13:14:48 +00:00
Jakub Vrana
9ec18fffa0 Document E, g and G
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291078 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 13:14:30 +00:00
Jakub Vrana
25a999a885 Windows don't support all three-letter codes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291077 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 12:53:45 +00:00
Daniel P. Brown
7ca5556f0e Incorporates suggested text from Bug #50235.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291014 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 17:08:15 +00:00
Daniel P. Brown
355a794f90 The FAQTS link was hijacked, defaced, or otherwise modified, and now shows nothing but SPAM links throughout.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290877 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-17 17:19:44 +00:00
Jakub Vrana
6ed2122298 Fix link (bug #49237)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290805 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:26:41 +00:00
Jakub Vrana
cadd9e4ccd Works with default charset (bug #49407)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290717 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 22:38:28 +00:00
Hannes Magnusson
4ab4d761f9 Improve markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290425 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 15:58:42 +00:00
Richard Quadling
3386603119 Typo (ahem) and moved error generating example to error refsect1.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290417 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 13:34:48 +00:00
Richard Quadling
99b6bb9716 Return false on failure. Fix bug#50107
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290408 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 09:57:37 +00:00
Joey Smith
316087ba95 Clear up a confusing example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290071 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-30 03:12:18 +00:00
Richard Quadling
58aa2c2dc0 substr.xml() length of 0/false/null will return an empty string. Fix bug#49951
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289854 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-22 15:53:26 +00:00
Philip Olson
1b72640345 - Added parameter descriptions, which closes PHP bug #49796
- Split examples into two: basics and potential gotchas
- Integrated information about multiple replacement gotcha (left to right) via a zillion user notes
- Added example about said gotcha (via michael dot moussa at gmail dot com)
- A few other minor changes


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 18:33:27 +00:00
Torben Wilson
e75b1e3882 Note that several charsets are effectively equivalent as far as
htmlspecialchars() is concerned.
Addresses bug #49412.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288982 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 07:17:10 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Torben Wilson
6f44f015af Flush out the documentation for strspn() a bit. This an example of a
very poorly documented function.
Addresses bug #46912
This still needs work.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288549 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-22 07:16:41 +00:00
Nilgün Belma Bugüner
fc044dead3 fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284635 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 07:34:38 +00:00
Daniel P. Brown
7fe7a860b8 Addresses Bug #48876, describes optional parameters 3+, and includes some grammatical changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284631 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 03:56:10 +00:00
Jakub Vrana
f453b3a78c See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283870 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 16:24:20 +00:00
Nilgün Belma Bugüner
ed67b3c502 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:08:43 +00:00
Kalle Sommer Nielsen
8c633782ac Fixed #47618 (Say how to turn of interpolation on <<< here documents)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282800 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-26 06:59:03 +00:00
Rasmus Lerdorf
013472b277 Tweak
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 05:11:34 +00:00
Joey Smith
7ffd6b8baf Document precision specifier more clearly. This sentence fragement was
incorporated from the Linux man-pages project's documentation on printf(3)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280456 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-13 16:06:59 +00:00
Yannick Torres
02e589878d fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 22:22:31 +00:00
Richard Quadling
89e45ccb61 #48035 explode() returns empty array if delimiter not found and limit is negative
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279116 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-21 14:05:32 +00:00
Richard Quadling
8ac9109e3d Use Unicode characters and UTF-8 encoding.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278175 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 12:58:06 +00:00
Richard Quadling
d71304cb7c Remove default value for limit and document zero limit.
Bug #47546, #47727 and related to #47560


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278167 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 09:24:07 +00:00
TAKAGI Masahiro
2b4474102a added notes for use with RDBMS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276880 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-08 10:35:32 +00:00
Philip Olson
df50bd494a Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 22:20:31 +00:00
Philip Olson
a67ff92b5e Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275552 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 07:41:18 +00:00
Jakub Vrana
56c755c5f0 Revert invalid methodsynopsis join
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273756 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-18 10:37:31 +00:00
Jakub Vrana
5730e7a2fa Initializers - part 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273648 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:14:26 +00:00
Jakub Vrana
6820605c57 Join two syntaxes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273647 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:12:42 +00:00
Carola 'Sammy' Kummert
b8af314c9c typo
set entity


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272612 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-02 20:04:25 +00:00
Daniel P. Brown
68c238c19d Typofixes. Hooray.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272069 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-28 00:52:31 +00:00
Carola 'Sammy' Kummert
7d16e320ce typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271522 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-18 19:25:14 +00:00
Philip Olson
1f6db5345c Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271314 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 05:56:46 +00:00
Kalle Sommer Nielsen
b40758f015 * Added note + changelog entry for PHP's implementation of crypt() algorithms
* Added note about get_cfg_var() was fixed to return "array" ini options


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271108 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-13 02:06:34 +00:00
Kalle Sommer Nielsen
c685c8d7c8 * Document XSLTProcessor::setProfiling() method
* Document stream_supports_lock()
* Document str_getcsv()
* gmp_testbit() is available as of 5.3


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270943 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-10 16:36:01 +00:00
Kalle Sommer Nielsen
a770138eb3 Lets use <screen> here ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270665 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-06 11:57:18 +00:00
Philip Olson
84525eff8e Changed deprecated ereg to preferred preg from SeeAlso and Examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270042 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-28 20:34:00 +00:00
Nilgün Belma Bugüner
adca0b4e4a fix validity errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268985 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-14 05:17:09 +00:00
Kalle Sommer Nielsen
d0e1f032a1 This should be inside a <para>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268967 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-13 20:45:09 +00:00
Jakub Vrana
a79bfb070b Non-numeric number (bug #44156)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268494 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:55:23 +00:00
Jakub Vrana
edf9f39f9b Move info about returning false (bug #45967)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268331 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 09:00:09 +00:00
Jakub Vrana
4772b6277f A..z escaping (bug #46054)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268292 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 16:55:29 +00:00
Jakub Vrana
f60082dcb0 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Jean-Sébastien Goupil
fb9e622302 Update md5, add mp5_file reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267752 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-25 21:03:22 +00:00
Kalle Sommer Nielsen
cf577d2adf * Added new examples for
* assert_options
 * get_current_user
 * ini_restore
 * sys_get_temp_dir
 * sha1_file


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267550 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-20 10:30:08 +00:00
Felipe Pena
413b0c132a - Added examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267159 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-10 18:12:54 +00:00
Kalle Sommer Nielsen
e23b547c7c Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267038 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 07:55:12 +00:00
Kalle Sommer Nielsen
9b26b00569 New examples for
- md5_file
 - is_numeric
 - strval


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267036 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-07 07:31:12 +00:00
Hannes Magnusson
05d99d2bb2 uses codepoint as of PHP6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266076 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-10 14:50:50 +00:00
Herman J. Radtke III
9c12b0dc20 Corrected the example titles.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266032 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 12:11:11 +00:00
Herman J. Radtke III
768a81cfaa There was a lot of confusion in the user notes about the !== operator. An
example was added using the !== operator in hopes of clearing some of it up.

Each example now has its own example box and title as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266014 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-09 05:00:50 +00:00
Felipe Pena
44c0b43f25 - Typo-- ("insted of")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265704 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-31 01:04:21 +00:00
Kalle Sommer Nielsen
20a326f84d * Added caution note that ticks are deprecated as of 5.3
* Added note in changelog on the following functions that they will throw an E_DEPRECATED notice as of 5.3:
  * mktime() -- is_dst parameter is deprecated
  * register_tick_function()
  * mysql_db_query()
  * mysql_escape_string()
  * setlocale() -- Behavior of passing strings insted of one of the LC_* constants is deprecated


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:26:26 +00:00
Kalle Sommer Nielsen
79e058a6b3 is_xhtml parameter is optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265408 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 06:14:11 +00:00
Hannes Magnusson
5cd5661448 Use proper markup for variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265362 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 15:40:25 +00:00
Kalle Sommer Nielsen
3dc1dba3ea Missing word + dot
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264926 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-15 10:49:48 +00:00
Antony Dovgal
5d1d0d8269 add documentation for quoted_printable_encode()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264836 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-14 10:42:17 +00:00
Kalle Sommer Nielsen
641f59a692 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264834 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-14 10:35:28 +00:00
Kalle Sommer Nielsen
d63fba7d2f Fixes #44956 (stripslashes() removes slashes not added by addslashes())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264833 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-14 10:33:20 +00:00
Kalle Sommer Nielsen
fcef2ea0d9 Added examples for:
* imagedashedline
* imagestringup

And added example usage for is_xhtml parameter on nl2br()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264826 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-14 10:08:30 +00:00
Kalle Sommer Nielsen
0a596f62f4 Document is_xhtml parameter for nl2br()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264802 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-14 03:06:25 +00:00
Paul Reinheimer
2867af7c73 Adding link to refer to the hash() function, which a lot of people seem to miss
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264204 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-05 05:47:25 +00:00
Daniel P. Brown
109ef75d6a Addresses Bug #45206 to adjust correct grammar, and unifies all pages with new title.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261607 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-24 20:26:55 +00:00
Felipe Pena
febcf0dd0f - Changed example to use square brackets
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260842 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-06 11:21:10 +00:00
Yannick Torres
0ce3843f22 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260652 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-03 04:57:15 +00:00
Philip Olson
db367ae954 Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
See the following bug report for details: http://bugs.php.net/44736


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +00:00
Philip Olson
ce38b5afe8 added the returnvalues section (no new content)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260116 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-21 21:13:53 +00:00
Etienne Kneuss
e244d1e51c Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259055 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-04 20:53:45 +00:00
Felipe Pena
09ee4e0cc2 - Fixed typo in comment. (reported by Brian Poole)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258269 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-22 20:37:58 +00:00
Felipe Pena
737ada5728 - Added other related function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257740 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-17 10:36:06 +00:00
Felipe Pena
8049649d60 *** empty log message ***
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257681 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-16 11:02:40 +00:00
Hannes Magnusson
35096430df Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256057 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-25 15:36:13 +00:00
Hannes Magnusson
94346e89c9 - Improve/add parameter/returnvalue descriptions
- Fix PHP coding style


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255914 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-23 22:42:50 +00:00
Paul Reinheimer
729a62a91e Modes 3 and 4 return a string containing the characters that were or were
not used respectively, not byte-codes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253352 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-20 21:44:00 +00:00
Philip Olson
d522d135a1 Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Richard Quadling
10ae608f1f Due to docbook not being able to group optional parameters (yet), using multiple methodsynopsis.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253220 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 11:50:34 +00:00
Felipe Pena
cf43271b27 Changed the version of parameter 'before_needle' (merged to 5.3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252009 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-01 16:50:53 +00:00
Felipe Pena
a743774306 The new parameter is optional (before_needle)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251909 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-01 10:28:51 +00:00
Felipe Pena
f942b094a6 Add related function ("See also" section)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251265 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 16:35:41 +00:00
Hannes Magnusson
c8b797c4ed Add ord() into the seealso section (suggested by validus <validus_AT_bigun_DOT_c-gate_DOT_net>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251133 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-22 18:30:03 +00:00
David Coallier
5f6cfdc748 - Added the documentation for lcfirst with basic example
- Added crosslinks to strtolower/upper, ucfirst and ucwords
- Added crosslinks to lcfirst in ucfirst.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250918 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-19 20:58:12 +00:00
Felipe Pena
85f88aad73 Add simple description to two arguments (#43741)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250122 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-08 11:55:11 +00:00
Felipe Pena
c6025f24e8 Fix XML (twice returnvalues section)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250104 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-08 00:41:55 +00:00
Hannes Magnusson
ad450d6c03 Don't use the alias
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250089 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-07 19:59:06 +00:00
Hannes Magnusson
e319c0353b Fixed bug#43523 (strrchr description inaccurate)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250088 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-07 19:57:55 +00:00
Felipe Pena
545ef5baa5 Added changelog section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249397 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 03:21:01 +00:00
Felipe Pena
4b24f5253c Added \f and \v escape sequences.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249396 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 02:55:08 +00:00
Mehdi Achour
7d46847705 Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249383 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-29 23:04:24 +00:00
Philip Olson
62133fc8d6 MFB: Upgrade to the new-reference-structure
- Split reference.xml into book.xml and setup.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to constants
- Moved from reference.xml to setup.xml:
  - The rest: configuration, and added requirements, installation, and resources
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248641 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-21 03:37:38 +00:00
Hannes Magnusson
0258a77f1e MFB: Rename "functions.xml" to entities.<dirname>.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Philip Olson
868fd0c40b MFB: finished ref.strings conversion to the new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247736 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-07 01:18:14 +00:00
Jakub Vrana
343ecac338 See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247640 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-05 10:23:19 +00:00
Felipe Pena
3be23233a7 Added simple description for haystack parameter (#43473)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247433 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-02 01:08:18 +00:00
Jakub Vrana
637b01bb16 Negative values of start and length (bug #42710)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246623 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:59:26 +00:00
Jakub Vrana
a19671ae94 PHP tags can't be allowed (bug #42864)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246613 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:08:44 +00:00
Richard Quadling
a1496cecfe WS - Removal of TABs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245390 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-01 16:40:42 +00:00
Stanislav Yordanov
e7bd2a521f typo mutli->multi
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244325 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-17 10:18:30 +00:00
Hannes Magnusson
b6dadfe7f8 Add str_getcsv/fgetcsv to the seealso section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244243 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-15 13:40:05 +00:00
Nuno Lopes
a34f3ff575 fix typo, per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242954 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-26 20:49:18 +00:00
Hannes Magnusson
0156acd4e7 Fixed bug#42577 (lill' mistake in echo's manpage)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242233 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-06 13:16:38 +00:00
Nuno Lopes
efab4bb920 mention that the offset can be negative
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242056 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-01 18:57:54 +00:00
Nuno Lopes
3f1468766e fix copy-paste shit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242055 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-01 18:47:57 +00:00
Nuno Lopes
c3fc93c172 add the new 3rd parameter (before_needle)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242052 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-01 18:36:14 +00:00
Richard Quadling
973c320bb2 Fix #42380 - Changelog corrected.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241722 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-22 14:35:32 +00:00
Hannes Magnusson
39ffa7de4f Remove duplicated section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241016 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-10 09:12:29 +00:00
Hannes Magnusson
46a54186af Revert bogus s/id/xml:id in examples caused by the docbook5 upgrade
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238929 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-30 14:14:03 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
e727ac1f60 ref.strings (.* => .*): Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237778 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 19:01:57 +00:00
Mehdi Achour
30fae20937 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237777 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 19:01:26 +00:00
Mehdi Achour
817873327e Fix build
# sorry, I have to make test from a remote server :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237441 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 22:21:44 +00:00
Mehdi Achour
16fbede5b5 ref.strings (.* => .*): Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237440 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 22:14:07 +00:00
Mehdi Achour
abd5df04c2 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237439 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 22:13:26 +00:00
Hannes Magnusson
cb3e0bc8d9 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237417 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 14:39:35 +00:00
Mehdi Achour
c7d32a20aa ref.strings (a* => c*): Switch to new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237388 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 00:50:48 +00:00
Mehdi Achour
a988f7effc WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237386 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 00:50:00 +00:00
Hannes Magnusson
95b7889402 htmlspecialchars() & htmlentities() have a new optional friend
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236122 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-22 15:34:06 +00:00
Kouber Saparev
6b55f575ed Wrong parameter type in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233190 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-03 16:26:07 +00:00
Jakub Vrana
c0841cbde1 Case-sensitive (bug #40468)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232465 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 17:10:16 +00:00
Jakub Vrana
a7ec74d5b5 %.123e stands for 1.123 since PHP 5.2.1 (bug #40482)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232464 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 17:07:29 +00:00
Jakub Vrana
651baa2185 Replacement of array is done one by one (bug #40863)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232423 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 13:48:48 +00:00
Matt Li
37f584e7cf Noted the use of being able to insert a string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230934 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-28 10:28:57 +00:00
Antony Dovgal
88b82f249b remove bogus semicolon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230812 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 07:56:11 +00:00
Philip Olson
ac80996b85 Added an example to help clarify how multiple replacements work,
this idea came from a user comment (ae at instinctive dot de)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230811 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-26 07:42:02 +00:00
Etienne Kneuss
94b7d99d01 Demonstrate with an example how to allow more than one tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230778 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-25 20:26:36 +00:00
TAKAGI Masahiro
b8297dd42b typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229287 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-07 16:24:13 +00:00
Hannes Magnusson
9f4e0737ef Improve *trim() examples
Fixes bug#40243 (Clarify that trim(),ltrim(),rtrim() will trim ANY character in charlist)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229034 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-05 13:50:43 +00:00
Philip Olson
9dfd4d483b Removed use of PL, RC, and BETA from PHP versions as they go against our
conventions.
# Thanks to etienne and nuno for being regex masters ;-)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228614 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-01 00:46:02 +00:00
Mehdi Achour
5e72515609 Add new protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228268 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 02:27:25 +00:00
Nuno Lopes
d893235bec remove reference to depcreated /spliti?/ and cross-link str_split/explode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228118 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-25 23:43:54 +00:00
Nuno Lopes
5c5a83727a fix #40155: fix example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228031 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-24 11:08:02 +00:00
Nuno Lopes
5d4da87583 it uses only the first char even on php 5 (per user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225391 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-20 19:56:04 +00:00
Friedhelm Betz
295adb8353 fix 39186
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221962 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-18 15:00:01 +00:00
Dave Barr
3e2879c046 - Document order of replacement (ie. first to last) when search/replace
parameters are arrays. Fixes #38463.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221791 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 05:06:12 +00:00
Derick Rethans
7673c15e7a - Improve and make see-also's consistent here.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221619 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-12 09:21:26 +00:00
Jean-Sébastien Goupil
8851ff9330 fix #39081
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221353 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-08 02:37:44 +00:00
Sean Coates
33583e124f change separator to delimiter to better match internal error messages
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220270 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-20 03:37:27 +00:00
Nuno Lopes
a5b709a405 fix #38267: don't recommend ereg*(), as they are deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217986 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-11 17:15:27 +00:00
Jakub Vrana
3cc2683fa4 See also htmlspecialchars_decode (bug #38312)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217460 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-03 13:57:22 +00:00
Philip Olson
6dacfa26de Implemented the new doc style and some rewording where appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217366 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-01 02:23:17 +00:00
Philip Olson
03becc40ac WS, preparation for the new doc style
# Doing just one file from ref.strings for now, am doing a test


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217365 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-01 02:00:03 +00:00
Etienne Kneuss
afad0fd9d5 missing space
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210934 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-07 18:19:19 +00:00
Jakub Vrana
fbb9356ad5 Follow coding style (bug #36980)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210815 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-05 16:12:25 +00:00
Jakub Vrana
285cc4e152 See also money_format() (bug #36964)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210653 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-04 10:56:48 +00:00
TAKAGI Masahiro
af7d4cf761 Missing negative sign (bug #36728)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209304 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-14 03:32:02 +00:00
Jakub Vrana
a6be903d14 Fourth parameter is not optional (bug #36470)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208824 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-07 00:17:34 +00:00
Jakub Vrana
3623ddb6ca strrpos in PHP 5 accepts string needle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207345 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-17 12:35:21 +00:00
Jakub Vrana
80aa72c727 False doesn't cause mixed (howto/working)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207344 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-17 12:33:52 +00:00
Nuno Lopes
935ca535ae fix return type, per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207342 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-17 12:17:20 +00:00
Jakub Vrana
3e1db1b149 See also http_build_query()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207124 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-14 09:27:43 +00:00
Nuno Lopes
5f10a42677 fix #36272: remove 2nd example, as it has nothing to do with str_split()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206676 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-07 16:59:23 +00:00
Jakub Vrana
52d438bd50 Fix example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200598 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-16 12:52:34 +00:00
Jakub Vrana
89bc639e06 bar instead of foo (bug #34933)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198942 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-21 15:22:39 +00:00
Jakub Vrana
90f74ac6c5 LC_MESSAGES (bug #34612)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198354 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-13 13:30:44 +00:00
Jakub Vrana
f9c911174d Remove WS inside <function>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197559 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-04 15:11:18 +00:00
Jakub Vrana
362e22f417 MBCS not supported in PHP < 5 (bug #32768)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195244 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-06 08:27:42 +00:00
Jakub Vrana
55b7456129 magic_quotes_sybase
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195175 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-05 12:54:07 +00:00
Nuno Lopes
b069a314a4 add tagging
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Sean Coates
6411d25b93 grammar (not mine -- really.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-09 17:41:06 +00:00
Sean Coates
3c16b3eb40 echo is not a function; neither is print; print, however, BEHAVES like a function -- #33968
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192876 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-09 17:38:32 +00:00
anatoly techtonik
002104c19b * stress that C-like characters conversion is not automatic,
i.e. they must be present in charlist


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192595 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-06 13:28:19 +00:00
Jean-Sébastien Goupil
4dcecb4c49 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190604 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-12 22:35:15 +00:00
Nuno Lopes
b11367af14 convert to new style
add new offset&length parameters
integrate users notes about 'overlapped' substrings
improve the example


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190586 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-12 16:33:55 +00:00
Jakub Vrana
08443590ff Replace numeric entities in userland function (spotted by Goba)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190478 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-11 08:33:42 +00:00
Jakub Vrana
c78ed10a19 Returns only one form (bug #33553)
Remove duplicate example, add see also


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190239 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-08 08:57:39 +00:00
Jakub Vrana
5ace950dc8 Use foreach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189684 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 13:07:50 +00:00
Jakub Vrana
2bed4f6ded Fix return types (2/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
Jakub Vrana
62b8f6d5ec Accepting int is preffered
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189062 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 08:16:55 +00:00
Jean-Sébastien Goupil
3f2be2a942 remove () for function tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187696 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-06 03:23:26 +00:00
Hartmut Holzgraefe
7a1882f63d added warning about setlocale() not being thread safe
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187536 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-03 00:46:55 +00:00
Philip Olson
f6472a93ce Added an example, moved to new doc style.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187420 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-31 21:34:35 +00:00
Philip Olson
fa3874dcd9 WS for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187418 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-31 21:10:49 +00:00
Aidan Lister
b6e3caa157 Refined definition of negative offset values. It's correct now, though we probably need some examples for it to make sense.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187366 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-31 04:15:40 +00:00
Aidan Lister
daf85727cb Bug #33189. Refined description of offset
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187340 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-30 19:21:43 +00:00
Jakub Vrana
6084172faf number_format rounds (bug #33107)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186846 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-23 10:54:59 +00:00
Nuno Lopes
21934389c2 switch style and add note about the streams API use in PHP 5.1.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186768 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-22 10:31:23 +00:00
Nuno Lopes
f050fd9b83 explain the === problem and clarify the 1st example. cleaning user notes..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186006 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-08 08:43:35 +00:00
Philip Olson
b508d9da17 Implement the new alias doc style.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185100 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:19:39 +00:00
Philip Olson
cee7c2bba3 Implemented the new alias doc style. This alias no longer requires translation
as it exclusively uses the language-* files.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185098 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:17:02 +00:00
Jakub Vrana
adf67bb563 Warning for PHP 5.1 feature (bug #32785)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184810 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-21 09:58:46 +00:00
Jakub Vrana
147c065529 Remove double article
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184768 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-20 14:05:09 +00:00
Friedhelm Betz
cb6ee458ba See also: strtok
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183811 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-06 22:51:41 +00:00
Friedhelm Betz
e8718dd936 strpos is binary safe, user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183327 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-01 10:15:23 +00:00
Antony Dovgal
75c5ffeb0e fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182199 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-15 18:59:57 +00:00
Nuno Lopes
3dbed26da4 new function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182196 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-15 17:08:42 +00:00
Nuno Lopes
ed86408513 switch to new style and document new charlist parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181998 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-13 12:41:06 +00:00
Nuno Lopes
e113ce75a0 WS for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181967 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-12 23:08:02 +00:00
Philip Olson
773763148a Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181898 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 21:51:03 +00:00
Kenneth Schwartz
d259129bb0 use example.outputs[.similar] entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:11:52 +00:00
anatoly techtonik
8c10042cbb * Add notice about "what if replacement is array while search is not?"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181868 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 13:56:44 +00:00
Jeremy S. Johnstone
2a7f9c9533 Cleaned up the existing example to make it a little more clear and added two more examples to
make the usage better understood. Deleting inaccurate notes as well which prompted the new examples.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181752 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-10 03:52:29 +00:00
Jakub Vrana
3769bb0f3c Single backslash
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180666 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-24 14:27:16 +00:00
Matt Li
8e814ae76b Fix bug #31950
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179635 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-13 04:56:55 +00:00
Mehdi Achour
b0615875a9 format is described in sprintf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178565 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-30 22:41:49 +00:00
Jakub Vrana
cb3edbe5f6 Missing semicolons
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177573 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-18 15:57:49 +00:00
Aidan Lister
de36e70579 Added examples for accesing the last char of a string (I always forget!)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177566 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-18 15:45:45 +00:00
Martin Meredith
c0f21e40c8 Slighlty modified references (WRT Bug: http://bugs.php.net/bug.php?id=30646)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175913 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-29 17:24:37 +00:00
Aidan Lister
9ddd3cfc4f fixed bug in xml (didn't validate) and used less confusing var names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174003 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-03 16:01:33 +00:00
Sean Coates
a1366d5d9c added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173968 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-02 17:52:04 +00:00
Nuno Lopes
4733e897c7 document new %F parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173671 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-28 12:42:49 +00:00
Jakub Vrana
e94e943b48 See also magic_quotes_gpc (bug #30830)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173588 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-27 09:26:17 +00:00
Jakub Vrana
b41f54c7e0 Replace invalid characters in <parameter>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173352 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-23 09:38:18 +00:00
Sean Coates
9cdce6429d note that magic_quotes_gpc affects this
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173028 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-19 16:21:42 +00:00
Jakub Vrana
c148211fa2 Replace <parameter>&amp; by <parameter role="reference">
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Jakub Vrana
2e96233965 Don't discriminate genetic engineers (bug #30576)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171441 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-28 09:44:22 +00:00
Aidan Lister
6cc550ab0a Needle takes mixed, not string. Bug #30419.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170570 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-13 11:38:31 +00:00
Jakub Vrana
8d6c650738 Clarify (bug #30316)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170456 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-11 13:49:32 +00:00
Jakub Vrana
920650919a s/recursively/repeatedly/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169879 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-04 10:08:00 +00:00
Jakub Vrana
cb9c3bc7cf Additional periods (bug #27966)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168724 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-17 14:24:41 +00:00
Jakub Vrana
2a2750caa3 Null is equivalent to '', not '0' (bug #26470)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168682 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-16 14:14:17 +00:00
Jakub Vrana
14646e3cd5 Platform dependent (bug #26052)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168681 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-16 14:00:03 +00:00
Aidan Lister
6bb779a3f5 Properly defined the constant, removed the extra paragraph, added check into example. This is the last commit, I promise!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168481 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-13 08:35:29 +00:00
Derick Rethans
09bacfc1c6 - Revert it back, there is more than en_US alone.
#- And UTF8 is a good thing.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168480 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-13 07:48:45 +00:00
Aidan Lister
c7bc63cf97 Added proper en_US array data (Derick's funny example uses odd characters, and the actual description describes en_US, not nl)
Ensured the locale was checked first in the example
Added note about getting "127"


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168479 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-13 07:32:46 +00:00
Derick Rethans
cd4f6f6136 - Fixed example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168478 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-13 07:22:29 +00:00
Aidan Lister
e2e2b2ac4f Made example less ridiculous
Removed simplelist rows, livedocs doesn't support them (no need for it anyway)
Added info describing n_sign_post and friend. (I'm not sure this is 100% correct, but seems to be from usernotes)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168476 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-13 02:12:24 +00:00
Jakub Vrana
f9295c2a6a Strings were without slashes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168310 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-10 14:26:47 +00:00
Aidan Lister
28b9801273 Added a second example which addresses a large amount of user notes about dealing with arrays
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167545 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-29 11:03:21 +00:00
Aidan Lister
3634432d89 Simplied the example
Moved the warnings together
Noted that comments are always stripped


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167243 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-25 13:57:52 +00:00
Jakub Vrana
a1ddba3e96 rtrim($refpurpose, '.')
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166882 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-20 09:37:01 +00:00
Jakub Vrana
5fb3e0c98d Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166703 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 15:39:26 +00:00
Jakub Vrana
8214cac81b Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 14:15:21 +00:00
Yannick Torres
f38eb15de0 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166634 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-17 21:44:35 +00:00
Jakub Vrana
153fa8424c Accepts string in PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166307 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 15:56:57 +00:00
Dave Barr
5aa855b67e - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Jakub Vrana
fa2e38785e Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 18:12:00 +00:00
Nuno Lopes
d949faa3c3 document new PHP 5.1 feature: negative limit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166060 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 16:19:15 +00:00
Dave Barr
488b451a06 - Fix wording.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165991 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 01:52:42 +00:00
Dave Barr
a5186260fe - Document sign specifier.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165990 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 01:50:46 +00:00
Friedhelm Betz
a3f050e977 markup:
no more <literal> with PHP (versions)
replace literal with meaningful tags where appropriate


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165937 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 16:30:22 +00:00
Jakub Vrana
19231c9d0f \0 is not PHP's NULL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165823 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-09 14:53:55 +00:00
Curt Zirzow
918f77ae2e Fixed proto's to show variable number of args.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165723 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-08 01:30:40 +00:00
Dave Barr
8a019b5e6a - Fix proto.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165672 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 18:28:17 +00:00
Dave Barr
a08b515d3c - Add vfprintf().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165670 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 18:21:07 +00:00
Dave Barr
413b9f0979 - Add an alternate padding character example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165666 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 17:54:17 +00:00
Philip Olson
cd6d9b0c34 The third callback parameter has yet to be implemented so it's documentation is now commented out.
See bug #29552 for a feature request to implement this feature.
Thanks to Dave for pointing this out.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165544 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 16:23:17 +00:00
Aidan Lister
506444c21e Added soundex as well!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165543 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 15:45:56 +00:00
Aidan Lister
c8ca29ba27 Added seealso
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165542 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 15:44:07 +00:00
Dave Barr
b2b8bd442d - Fix #28683.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165531 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 15:00:08 +00:00
Dave Barr
4712b29ecc - Remove incorrect information from example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165351 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-05 05:37:20 +00:00
Dave Barr
9ce5713d6c - Fix up some example layouts.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165326 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 21:03:59 +00:00
Dave Barr
afb80f672f - CS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165310 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 18:33:59 +00:00
Dave Barr
fb667296aa - Add an example to crypt() showing the usage of the various encryption
types.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165294 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 16:43:12 +00:00
Dave Barr
b54e1771fb - Fix #29525.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165264 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 14:55:47 +00:00
Jakub Vrana
37771eeb9e Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
Dave Barr
8cf2a0bf49 - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164798 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-31 09:56:10 +00:00
Dave Barr
284476507c - Remove the format documentation from fprintf and link to the
documentation in sprintf. Keeping it in one place is better and the
  fprintf version was outdated anyway.

- The precision specifier works on strings too. Document this and add
  examples.

- Add some basic examples of each type specifier.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164698 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-30 05:04:21 +00:00
Dave Barr
ea09e1e3fc - Proto fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164697 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-30 04:20:42 +00:00
Tom Sommer
2f28bc1976 Change wording to make sense
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164511 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-28 00:10:34 +00:00
Jakub Vrana
c36889d738 Next parameters are passed by reference, they are mixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164448 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 13:31:59 +00:00
Philip Olson
cf5a800639 Mention that the optional start and length parameters became available in PHP 4.3.0
#info provided by rioter


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164235 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-24 18:47:20 +00:00
Aidan Lister
dc729fff1e Added see for mb_strlen
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164177 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-24 05:26:39 +00:00
Philip Olson
148550502b Added "is binary safe" information as per NEWS. Used &note.bin-safe; for anything < 4.0.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164050 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-22 22:51:12 +00:00
Jakub Vrana
458180e83f \0x00 -> \x00
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162907 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-09 07:21:53 +00:00
Nuno Lopes
627cff89cd adding documentation and examples for strpbrk
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162746 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 12:32:39 +00:00
Nuno Lopes
ce4f51db5b adding docs for convert_uuencode and decode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162744 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 12:00:31 +00:00
Antony Dovgal
e838558672 add <para></para>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162680 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-05 15:05:25 +00:00
Aidan Lister
92712820bc Added second example showing htpasswd generation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162679 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-05 14:46:20 +00:00
Nuno Lopes
207206a637 integrate aidan's comments: added wordwrap and integrate some user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162587 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-03 12:13:06 +00:00
Friedhelm Betz
17c0ff93b4 bugfix #28859
Call-time pass-by-reference has been deprecated


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161846 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-21 07:32:08 +00:00
Jakub Vrana
4892a2df3c binary safety
start and length optional parameters


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161469 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-16 08:30:20 +00:00
Tom Sommer
b7dbfbe398 Back out bogus commit.
Remind me to smack Mr. Holst


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161337 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-14 09:45:09 +00:00
Jonathan Holst
91209a6845 first translation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161325 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-14 07:42:44 +00:00
Kenneth Schwartz
bfbe5299a7 changed "See Also" links from strchr (alias) to strstr
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161283 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-13 20:36:11 +00:00
Nuno Lopes
437372647f fix #28555: missing the 'e' specifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159916 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-28 21:45:59 +00:00
Philip Olson
6486244053 See also chunk_split()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159664 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-25 18:49:45 +00:00
Mehdi Achour
5c7c03f22b wrapped the see also
added <constant>
fixed a param name
cs & ws


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159340 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-21 23:05:20 +00:00
Nuno Lopes
e3f30f1da2 new PHP 5 funcs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158736 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-17 15:35:23 +00:00
Mehdi Achour
48ef066833 talking two time about the return
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158565 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-14 14:32:08 +00:00
Jeremy S. Johnstone
439ebb0e2c Added a note that substr_count's needle is case sensitive.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158538 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-14 02:03:12 +00:00
Mehdi Achour
e5dd4add1b fix function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157748 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-01 23:10:35 +00:00
Mehdi Achour
60daf089c3 rename the new files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157747 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-01 23:09:12 +00:00
Friedhelm Betz
9080e26cb7 doc skeletons
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157698 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-01 12:30:23 +00:00
Nuno Lopes
275b566cee fixing example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157509 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-29 15:01:54 +00:00
Mehdi Achour
4927c9daea use <function> here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157314 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-27 22:37:09 +00:00
Mehdi Achour
cdeed557c4 ordered text (a note about a parameter was on top, before any other text) and redesigned the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157302 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-27 21:45:48 +00:00
Jakub Vrana
c833bbde62 Initial documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157185 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-26 17:43:26 +00:00
Nuno Lopes
5df1c51595 user note: wrong output from example 1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155785 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-12 16:32:57 +00:00
Hakan Kuecuekyilmaz
f9254963f8 removed doubled reference to htmlspecialchars
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153654 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-14 16:28:30 +00:00
Dave Barr
f58fd6cc8b - "PHP version x.y" => "PHP x.y" consistency.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153002 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-06 02:40:23 +00:00
Kenneth Schwartz
95de85408a corrected versioning error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152918 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-04 15:25:15 +00:00
Jakub Vrana
2ef8aa72ac Fix of minor glitches by Gaetano Giunta
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152774 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-02 12:50:22 +00:00
Kenneth Schwartz
38d4038fbc changed wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152530 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-27 12:11:41 +00:00
Kenneth Schwartz
571e69bfce nl_langinfo docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152529 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-27 11:11:53 +00:00
Derick Rethans
2d9c4be21f - Clarify 'fancy'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152285 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 20:54:45 +00:00
Jakub Vrana
49dc34abf7 Uppercase first letters in titles' words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152221 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 08:46:39 +00:00
Sean Coates
25204cd363 swapped <warn> for <warning> (same for closing tags)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152217 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 05:46:40 +00:00
Sean Coates
eb9d2598b3 don't mind me, just fixing my own ugly text
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152199 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-23 23:43:07 +00:00
Sean Coates
6715fe7d9e Added a warning, see bug #27361
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152197 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-23 23:30:30 +00:00
Mehdi Achour
1e585885c7 LCFirst()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151690 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-18 11:17:37 +00:00
Kenneth Schwartz
62d5b0a1f0 setlocale(): passing category param is deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151672 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-18 02:04:00 +00:00
Derick Rethans
6426fd181e - This example didn't work, fixing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151577 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-16 22:22:29 +00:00
Nuno Lopes
0b17e7d6ae see also mb_xxx
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150679 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-07 10:29:16 +00:00
Mehdi Achour
2b4e9c9d5e 15:20 <rioter> what coding standardS?
15:22  * rioter crys
# :)))


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150249 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-01 14:24:39 +00:00
jared wyles
4e5a0752ed added the $str var to the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150248 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-01 14:12:10 +00:00
Dave Barr
16f43d0c0a - s/url/URL/ where appropriate and "an URL" -> "a URL".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150072 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-29 00:35:33 +00:00
Nuno Lopes
e660313dda fix #27021
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149903 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-27 16:01:45 +00:00
Nuno Lopes
ac7df6a5cc remove that funny tip
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149565 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-23 20:06:32 +00:00
Ken
68c1fd8f61 Cross-referenced chunk_split() and str_split() [They're essentially synonymous.]
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149271 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-20 02:25:57 +00:00
Derick Rethans
aa858853eb - Fix example title and add 'tip' :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149111 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-18 12:57:39 +00:00
Stefan Walk
81ba6ffec0 Fix Bug #26940 (strncmp using the length of the shorter string)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149028 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-17 14:20:11 +00:00
Mehdi Achour
45a0f65851 CS : Function declarations follow the 'one true brace' convention
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148756 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-15 12:43:50 +00:00
Mehdi Achour
eef25ae95a typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147977 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-06 14:35:49 +00:00
Mehdi Achour
9275ab81cf WS : *don't* use tabulations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147962 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-06 12:34:21 +00:00
Jakub Vrana
1f4d28d473 Fixed example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147699 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-02 17:10:33 +00:00
Ken
a5ee6bad2f Added example of offsets.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147652 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-01 22:53:19 +00:00
Jakub Vrana
c720360d91 Changed "here" links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147566 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-31 15:03:12 +00:00
Jakub Vrana
5ffceab568 Added cross-references
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147171 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-22 15:42:17 +00:00
Derek Ford
f089b9d5cc additional example and punctuation fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147062 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 03:03:56 +00:00
Dave Barr
a49c33ff31 - html -> HTML where appropriate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147048 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 01:05:43 +00:00
Mehdi Achour
e8844eadb3 some more CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146748 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 17:46:56 +00:00
Mehdi Achour
27960e632c Merry XHTML and CS compliant christmas all \!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Jakub Vrana
4085ee780b All syntax errors in examples hunted except those clearly stated as invalid
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146224 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 15:42:10 +00:00
Sara Golemon
d95f0d450c Update...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145427 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-03 01:41:54 +00:00
LEE Yun-young
aa2fffaf00 z has higher ASCII value than A.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144749 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-22 19:31:43 +00:00
LEE Yun-young
60cc18115f typo?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144748 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-22 19:11:26 +00:00
Mehdi Achour
f6630a88f5 constants <> consonants
needles is not a parameter


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144418 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-15 16:47:22 +00:00
Zeev Suraski
bceae1ac99 Fixlet
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144053 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-09 23:34:13 +00:00
Sebastian-H. Picklum
3e54ac28f6 Fixing bug #26178
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144001 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-08 17:55:37 +00:00
Friedhelm Betz
df8958d805 doc skeleton
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143609 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-02 16:48:28 +00:00
Friedhelm Betz
0b6431a15d stri_rplace is str_ireplace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143608 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-02 16:34:54 +00:00
Stefan Walk
b6385c4790 Add note about handling of numeric values in PHP5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143062 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-25 12:13:40 +00:00
Mehdi Achour
ddb8a65bac email obfuscation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142995 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-24 12:07:07 +00:00
Mehdi Achour
719aed0d1c adding example (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142762 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-20 11:54:57 +00:00
Mehdi Achour
04dfd9cb42 Initialize $str to make the example less confusing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142726 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-19 21:13:22 +00:00
ali
cbd800a6ce adding see-also-link to vprintf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142160 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-10 10:51:42 +00:00
Mehdi Achour
2893638af7 s/usefull/useful
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141559 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-02 16:05:16 +00:00