1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-26 17:38:12 +02:00

11 Commits

Author SHA1 Message Date
Yoshinari Takaoka f25527d50c [status working] Randomizer::getBytesFromString(): Write documentation
https://github.com/php/doc-en/commit/f08b9a8aee8330c248cd84b3f546391fedccd9f1
2023-10-05 20:13:07 +09:00
Yoshinari Takaoka 1114ffdc63 Improve descriptions for random_*() functions
https://github.com/php/doc-en/commit/553952f03f444f2c130c35de0d1ea8dc04fa0cf9
2023-06-17 18:18:39 +09:00
Yoshinari Takaoka 36892bed9d "暗号学的にセキュア" に統一
find . -type f -name "*.xml" -print0 | xargs -0 sed -i -e "s/暗号学的に安全/暗号学的にセキュア/"
セキュリティの文脈では「セキュア」とした方がしっくりくる
2022-11-22 07:21:43 +09:00
Yoshinari Takaoka a0b7e8b1bf find . -type f -name "*.xml" -print0 | xargs -0 sed -i -e "s/暗号論/暗号学/"
「暗号学」は cryptology であるが、「暗号の理論的に安全な」を短くしたものとして、「暗号学的に安全な」と言い換えておく。
2022-11-21 21:54:39 +09:00
Yoshinari Takaoka 928a95f7f6 random: Improve short descriptions for methods
ext/random の日本語版への追随はまだ。

https://github.com/php/doc-en/commit/215fd48515e0793760b2079fff8380c629e11b3f
2022-11-16 03:02:30 +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 a511df4593 Stop referring to openssl_random_pseudo_bytes() outside of ext/openssl
https://github.com/php/doc-en/commit/2ab45105b4302f7eed510a629226956ee0ab5be3
2022-11-11 19:56:57 +09:00
Yoshinari Takaoka 30972266ff Extend ext/random documentation (3)
https://github.com/php/doc-en/commit/466f58e332a6afd289fe1e48f85031e88f1823bc
2022-11-09 08:30:19 +09:00
Yoshinari Takaoka 4af1f51798 Update EN-Revision only / Extend ext/random documentation (2)
ext/random のクラス関連は、まだ内容が埋まってないので追随はしない。

https://github.com/php/doc-en/commit/4bb7c8dab439c876087b6ff01fe7a7dd6751f331
2022-11-06 12:44:23 +09:00
Yoshinari Takaoka 392b16db39 Extend ext/random documentation
日本語版は、まだ reference/random 以下のクラス定義は追随しない。
まだ Tim からの PR が続いているので、内容が安定するまで待つ。

https://github.com/php/doc-en/commit/4b1b9be99eba5fbce2de1190b5eba692bf09da11
2022-10-31 08:18:59 +09:00
Yoshinari Takaoka 78aac16cde Bootstrap ext/random docs with docgen
https://github.com/php/doc-en/commit/2166824858a40ea664c558f2930b63b8f4fd89c6
2022-10-28 23:38:08 +09:00