1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-23 07:58:01 +02:00
Commit Graph

424 Commits

Author SHA1 Message Date
Yoshinari Takaoka 7439d12443 update EN-Revision only
日本語版は既に修正済みだった。

https://github.com/php/doc-en/commit/2bcb7a986d47e06c1a37474a8b3634367c907043
https://github.com/php/doc-en/commit/7e348c185fe5d6abc9771b5d56b643052b439a06
2022-11-21 12:45:17 +09:00
Yoshinari Takaoka d6e901710a random: Clean up cross-references for randomness related functions
https://github.com/php/doc-en/commit/52c495140bdb84f45f186bfb1cccf09788b0121e
2022-11-15 23:16:42 +09:00
Yoshinari Takaoka f9806508ce Updates for RFC: Locale-independent case conversion
* Add a detailed description of what is meant by ASCII case conversion
  to strtolower() and strtoupper().
* Replace locale-related text on ucfirst(), lcfirst() and ucwords()
  with text about ASCII case conversion.
* Remove entity note.locale-single-byte since it was only used on
  ucwords().
* Add changelog entries to all the functions mentioned in the RFC.

https://github.com/php/doc-en/commit/54ff7bf8e0f8fa90988cccf6b583517366605f6d
2022-11-08 21:58:34 +09:00
Yoshinari Takaoka 1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka 17693a793e Update return value for levenshtein
The character limit on the 2 string arguments for the levenshtein function was removed in PHP 8.

php/php-src@6a8c094

https://github.com/php/doc-en/commit/a484d5d2bbad7e385a8864370b5280c4e05add8c
2022-10-17 18:14:00 +09:00
Yoshinari Takaoka 26493fc337 負の整数の16進変換に関する "as" の誤訳を修正し、周辺の文脈を修正
closes: #58
2022-10-10 19:29:36 +09:00
Yoshinari Takaoka effe9efe43 Update string comparisons possible returns
https://github.com/php/doc-en/commit/a3573c18b89fd32aca1c3924d3fd9568900b4a33
2022-10-07 00:06:51 +09:00
Yoshinari Takaoka d91268b6f1 Align example
https://github.com/php/doc-en/commit/679363b2b560ae138a8651cb9092bf63650f7559
2022-08-29 07:25:53 +09:00
Yoshinari Takaoka 63a2708cd9 some tweaks 2022-08-24 06:13:46 +09:00
Yoshinari Takaoka ae11c09d4e parse_str()'s $result is mandatory as of PHP 8.0.0
https://github.com/php/doc-en/commit/e35fbbaa52702ebf45c5e7284351e136ed67f3bb
2022-08-24 06:11:52 +09:00
Yoshinari Takaoka faf8f64328 The salt is no longer optional as of PHP 8.0.0
https://github.com/php/doc-en/commit/2526581912be11d14da7006fba344ca525a8566a
2022-08-18 03:19:29 +09:00
Yoshinari Takaoka 90319671ec Fix: crypt() update docs wrt. no longer optional $salt
https://github.com/php/doc-en/commit/cbc23f1a74c9fcdd8410d3eb3b012ee78cdcf9c8
2022-08-18 03:16:46 +09:00
Yoshinari Takaoka 824f171884 未訳だったサンプルのタイトルも追随 2022-08-12 06:24:07 +09:00
Yoshinari Takaoka 3a5bdfd8b6 翻訳し忘れを追随 2022-08-12 06:20:27 +09:00
Yoshinari Takaoka 1011b18069 [PHP 8.2] Deprecate utf8_* functions
https://github.com/php/doc-en/commit/b6f10b97e0d9405144b6100110e935af24161ab6
2022-08-12 06:13:08 +09:00
Yoshinari Takaoka bc1b7dc200 Update EN-Revision only / Fix typo (comparision → comparison)
日本語版の修正は不要

https://github.com/php/doc-en/commit/9a3f4c56620153a445132d3138e10ea3500f6306
2022-07-18 20:41:21 +09:00
Yoshinari Takaoka cf849ddc67 Clarify error handling and other behvaior of str_split
https://github.com/php/doc-en/commit/dc63dfd214d8ebd5725f31a8265abc8fbc649ec5
2022-07-06 01:24:23 +09:00
Yoshinari Takaoka 927d057175 Remove old crypt bug info
https://github.com/php/doc-en/commit/f7f0e997b55c899792380df4694ad8b48682dc17
2022-07-01 01:21:07 +09:00
Yoshinari Takaoka d5cd6423dd 「以下の関数はすべて」というのが意味不明なので修正
bigHTML(巨大な html
1枚にまとめられたマニュアル)なら意味が通るが、99.9999%
のユーザーが見ている php.net のマニュアルは chunked html (xml
単位でhtmlが分割されたマニュアル)であり、これだと意味がわからないため。
2022-05-25 02:10:49 +09:00
Yoshinari Takaoka 733ee15957 Fix: crypt(): --with-external-libcrypt undocumented
https://github.com/php/doc-en/commit/36a894a62760104ad57aaf761a8a56e478353e87
2022-05-25 02:07:49 +09:00
Yoshinari Takaoka 9022c73f41 Fix: f/sscanf() do not mention assignment suppression feature
https://github.com/php/doc-en/commit/4225e50bc391ddba99e367c231463da0dc04357d
2022-05-11 05:16:24 +09:00
Yoshinari Takaoka 6b3908be3b Clarify which characters are translated by htmlentities
https://github.com/php/doc-en/commit/840ed22479a110ab63bce0fa75d5f3c41642b8e3
2022-04-23 02:23:34 +09:00
Yoshinari Takaoka 324745beeb fixed typo 2022-04-06 15:22:31 +09:00
Yoshinari Takaoka 9fb90c6cea Fix section order issues introduced by https://github.com/php/doc-en/commit/99d758bd259fa80c2828cf8cc250984cb683ee8f
https://github.com/php/doc-en/commit/a223531900823441f82d178ca4e94c0444f24576
2022-04-05 19:26:14 +09:00
Yoshinari Takaoka 006f695931 Improve documentation of string encoding conversion functions
- Move utf8_encode and utf8_decode into the strings chapter, since
  they were moved out of the XML extension in 7.2
- Recommend mb_convert_encoding, iconv, and UConverter::transcode
  when mentioning encoding in passing
- Document UConverter::transcode, based on examination of source
  and upstream ICU docs
- Make the language used more consistent, e.g. "convert" rather
  than "encode"/"decode", "encoding" rather than "charset"

https://github.com/php/doc-en/commit/99d758bd259fa80c2828cf8cc250984cb683ee8f
2022-04-04 22:36:51 +09:00
Yoshinari Takaoka 994c588751 Add examples for string functions
https://github.com/php/doc-en/commit/6330e4d73192c49a6867c6bbc3cbf09d63a1e36a
2022-04-01 20:52:52 +09:00
Yoshinari Takaoka 82a0928141 False isn't allowed for substr()'s $length
https://github.com/php/doc-en/commit/15247c75e1306d47898715dec11445edf4405dcc
2022-03-31 12:00:42 +09:00
Yoshinari Takaoka 7b66bcce5d password_verify is capable of verifying crypt hashes
https://github.com/php/doc-en/commit/f93ab9943c0246504e18493e315b7638efe81753
2022-02-23 17:06:23 +09:00
Yoshinari Takaoka cd87371b64 Update strlen documentation for PHP8
Length parameter to substr() behaves differently for PHP8+. It recognizes null as if no value was provided at all. Updated the documentation to reflect this.

https://github.com/php/doc-en/commit/560262a55786e36fe60b37653b1965d0e82c0753
2022-02-11 20:55:25 +09:00
Yoshinari Takaoka feb51b1426 Updated EN-Revision only / Fix typo (case-insentive → case-insensitive)
https://github.com/php/doc-en/commit/7d1b425bd702c9299f827a47d456055ab29b5f77
2022-01-22 17:52:39 +09:00
Yoshinari Takaoka 5f44187f82 Fix: bcrypt max password length is about bytes, not characters
https://github.com/php/doc-en/commit/98ba3bd97a8f988e69054ee7e7aa2fd124d453a7
2022-01-15 14:35:06 +09:00
Yoshinari Takaoka 6fe43b8347 Add mb_str_split to see also in str_split
https://github.com/php/doc-en/commit/c1adec107f9f640a0a2057c8dc852ba1be32ad68
2022-01-08 15:54:32 +09:00
Yoshinari Takaoka e386eb955e Update some string function parameter default values
https://github.com/php/doc-en/commit/eabde0419cf90f596f60db00e31fcb6ebe41ac55
2021-12-31 09:27:16 +09:00
Yoshinari Takaoka af24130230 Generate various ext/standard method synopses from stubs - part 5
/https://github.com/php/doc-en/commit/769812c12f00c1978bf7dd711dca38dbf05462da
2021-12-22 21:59:37 +09:00
Yoshinari Takaoka 20aa41ca9f Add more implode examples
https://github.com/php/doc-en/commit/5dfba3d91fb059073e955aad7caf886faac652ce
2021-12-14 00:14:25 +09:00
Hideki Okajima f65e0d9247 fix htmlspecialchars-replacement 変換語 -> 変換後 (#25) 2021-11-11 19:06:07 +09:00
Yoshinari Takaoka d143b83bf2 Fix html.c functions description
ありがとう Sergey!
https://github.com/php/doc-en/commit/e4b52745bc8ef288726f8e76e7fdc6277a2f656f
2021-10-28 00:13:48 +09:00
Yoshinari Takaoka cab0bf037d fixed untranslated example title. 2021-10-13 00:50:34 +09:00
Yoshinari Takaoka 0555fa191f s/返り値/戻り値/g 2021-10-09 02:40:05 +09:00
Yoshinari Takaoka 47d2e5969c strspn() and strcspn(): Use proper parameter names in docs reference
https://github.com/php/doc-en/commit/422bb032237525aaf50e6a43f33362a2c610a1d7
2021-09-28 23:31:42 +09:00
Yoshinari Takaoka 6b9ee5750b CSV 関連の「プロプライエタリ」の訳を修正 (#15) 2021-09-28 23:23:32 +09:00
Yoshinari Takaoka 57fc2f7e08 Use 'ENT_QUOTES|ENT_SUBSTITUTE' for HTML encoding and decoding functions.
https://github.com/php/doc-en/commit/eff487cfb352573c48ca977ac58f238fe3fdefb2
2021-09-24 04:53:34 +09:00
Yoshinari Takaoka e020e0aea1 Match substr() description to its signature
substr() no longer returns false as of PHP 8.0.0.

https://github.com/php/doc-en/commit/89ee07c72d1b19bf7050f8df276159a5bf0645c3
2021-09-11 00:37:31 +09:00
Yoshinari Takaoka c103455215 explode() no longer returns false as of PHP 8.0.0
See also <https://bugs.php.net/bug.php?id=42129>.
https://github.com/php/doc-en/commit/abd75f51f4daa22d471b0d14114df3886832fb6f
2021-08-24 19:13:18 +09:00
Yoshinari Takaoka bd42c5746a Fix typo in stripos returnvalues / Updated EN-Revision only
日本語版には影響しない typo 修正。
https://github.com/php/doc-en/commit/89a80389d474b16b8e063d058506a19beaf32db7
2021-08-13 14:33:50 +09:00
Yoshinari Takaoka 0095d52e29 fixed typo 2021-07-30 21:48:30 +09:00
Yoshinari Takaoka 5e713c220d Fix #70799: strcasecmp is not locale aware
https://github.com/php/doc-en/commit/5dcdcf32f847c297f1fe174aea802a489cecaf1d
2021-07-30 21:47:13 +09:00
Yoshinari Takaoka b305c6ee2a Fix #81284: str_getcsv cant parse with multibyte delimiter
There's no fun in DRY. ;)
2021-07-24 11:32:12 +09:00
Yoshinari Takaoka f8c06022d9 Additional revisions to ucwords 2021-06-27 21:16:24 +09:00
Yoshinari Takaoka 60aa21d889 Remove magic_quotes_runtime docs 2021-06-26 21:12:35 +09:00