Gustavo André dos Santos Lopes
de8016e755
- Improved documentation of ENT_DISALLOWED.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324188 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 14:39:01 +00:00
Jakub Vrana
b543dc50c1
Fix order of parameters and return value sections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323616 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 09:55:32 +00:00
Jakub Vrana
4effeb4d1f
HTML functions use encoding, not character set
...
E.g. ISO-8859-1 is both character set and encoding but UTF-8 is encoding of Unicode character set.
See also http://bugs.php.net/61116
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323270 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:55:01 +00:00
Jakub Vrana
45b80e2b17
Missing \n
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323269 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:50:19 +00:00
Gordon Oheim
68c2090fe7
clarified that the function will return the haystack including the needle, related to #61085
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323218 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:35:06 +00:00
Gordon Oheim
1d04cd176b
clarified that the function will return the haystack including the needle, fixes #61085
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323216 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:19:06 +00:00
Justin Martin
083e576970
Clarified empty string return value. Closes bug #60949 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323058 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-04 20:41:11 +00:00
Nikita Popov
de64548759
Update html_entity_decode() and htmlspecialchars_decode() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322906 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 14:32:07 +00:00
Nikita Popov
07dcc54607
Add UTF-8 initializer for charsets in htmlspecialchars() etc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322905 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 14:05:43 +00:00
Nikita Popov
7b0db0396c
Fix tabs in htmlentities() / htmlspecialchars() - this time for real
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322904 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 13:25:00 +00:00
Nikita Popov
c4b60d971e
Update get_html_translate_table() docs
...
* Rename quote_style => flags, charset_hint => charset
* Add docs for new doctype flags
* Document default charset change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322903 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 13:20:21 +00:00
Nikita Popov
6d81fbcfe3
Remove tab characters (in hope that this is the last thing I did wrong today)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322874 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 21:31:58 +00:00
Nikita Popov
ab96d5eb42
Revert accidental revert of some changes. Sorry for that.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322870 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 21:12:54 +00:00
Nikita Popov
e07570b463
Minor improvements to htmlspecialchars() and htmlentities() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322868 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 20:42:48 +00:00
Peter Cowburn
df2a10ccdd
changelog order (newest first)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322846 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 13:36:13 +00:00
Adam Harvey
a409ddfb6a
Fix doc bug #60884 (htmlentities() behaves differently and thus breaks existing
...
code) by clarifying the new behaviour in PHP 5.4.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322842 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 10:00:18 +00:00
Matthew Fonda
3268a9eed3
fix spelling mistake: "beginnning" should be "beginning"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322459 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-18 22:42:27 +00:00
Jakub Vrana
9ffbd15a2f
See also strpbrk + cleanup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321865 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-07 14:30:49 +00:00
TAKAGI Masahiro
f76e503c9c
fix description. "the last" should be "the first".
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321602 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-31 03:59:59 +00:00
Matt Li
30a6ab9bdf
Fix as per note #106986 and unify format between related functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321383 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-25 02:27:36 +00:00
Hannes Magnusson
edd2a0da13
kill undocument warning
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321135 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 16:47:28 +00:00
Nikita Popov
c204d791d4
Remove inline changelog from htmlspecialchars (in sync with removal from htmlentities)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320681 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 17:17:32 +00:00
Jakub Vrana
58aca47cd2
History in changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320552 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 04:15:37 +00:00
Richard Quadling
8b6d169424
Native EOL
...
Use consistent line terminator.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +00:00
Richard Quadling
a56106f691
Standardized on double quotes for attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Shein Alexey
58652094db
WS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317095 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-21 12:10:39 +00:00
Nikita Popov
6306561c68
Followup to Doc Bug #55547 (Undocumented flags for htmlentities()): Adjusted initializers and changelog.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316909 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 12:08:59 +00:00
Nikita Popov
95089fd327
Fix Doc Bug #55547 : Undocumented flags for htmlentities()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316908 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 11:32:28 +00:00
Yannick Torres
88a88985b9
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Gustavo André dos Santos Lopes
96f001d906
- Replaced vague statement with a more precise one.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316017 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-02 04:10:41 +00:00
Gustavo André dos Santos Lopes
46312574d5
- Empty charset for htmlentities() et al.
...
- Added warning about relying on the default as it's likely to change in
PHP 5.4; see r296685.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316016 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-02 04:06:30 +00:00
Nikita Popov
1ec8bcb2f1
Fix Doc Bug #55532
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315994 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-01 14:32:05 +00:00
Peter Cowburn
7cc07e7706
see also mb_split (thanks Olivier Pons)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315540 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-26 08:05:42 +00:00
Hannes Magnusson
c0c2f5bfad
Fixed bug#55429 (Description of this function is incorrect and awkwardly written)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315052 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 10:35:35 +00:00
Richard Quadling
fc9e379fd8
Standardise on single style of quotes for XML tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Nikita Popov
96c7331ee1
Add substr_compare in See Also sections of strn?(case)?cmp
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314932 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-15 09:45:29 +00:00
Jakub Vrana
fcd0e74390
Whitespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314834 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-12 13:09:45 +00:00
Shein Alexey
79b017e888
Fixed a typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313819 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-28 09:41:03 +00:00
Justin Martin
5528f760d6
Added a "Password Hashing" faq, and notes to md5 and sha1 functions. Relates to bug #55215 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313306 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-17 02:23:51 +00:00
Joey Smith
55d88a8d9c
Remove the term 'base64' from the crypt page - it seems to be perpetually confusing people that they can somehow pass in base64_encoded() data.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313299 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-16 22:20:46 +00:00
Jakub Vrana
b5003f8de6
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313279 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-16 08:16:52 +00:00
Peter Cowburn
510938d77a
added example to sprintf of %n$ with other specifiers (thanks Steven)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313261 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 09:27:13 +00:00
Joey Smith
23fed62e91
Fix quoting, thanks to Julie Pelletier
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313119 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-10 20:18:08 +00:00
Jakub Vrana
e7442a11a5
hex2bin prototype
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312671 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 13:00:01 +00:00
Jakub Vrana
35202cdfb1
Accepts multiple-bytes separators since PHP 5.4.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312670 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 12:38:03 +00:00
Joey Smith
1f89edc4c6
Fixed awkward wording of a sentence in crypt() documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312628 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-29 15:16:48 +00:00
Gustavo André dos Santos Lopes
71b49c3573
- html_entity_decode claimed to have had its default encoding changed from latin1 to UTF-8 in
...
PHP 5.3.3; this is not true, as the change was only operated in PHP 5.4. Changed accordingly.
- Documented the behavior of encoding autodection when an empty string is passed as the
"charset" parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312428 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-24 09:00:51 +00:00
Peter Cowburn
4957025bee
emphasize initial/start importance for strspn (re doc #54904 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311396 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-24 19:31:12 +00:00
Philip Olson
3c39fa17b3
Clarified removing middle strings via an example and note. Deals with PHP Bug #54697
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310860 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-09 18:22:39 +00:00
Hannes Magnusson
64042ccbff
Remove several html entities and replace them with utf8 chars so we can drop the
...
dtd include
# replaced with nothing
# — with —
# € with €
# ä with ä
# Ä with Ä
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310796 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-05 20:59:34 +00:00