1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-26 08:02:15 +01:00

29 Commits

Author SHA1 Message Date
Yoshinari Takaoka
395b40f83a Narrow bool return types to true when possible
f781803449
2023-05-09 00:54:15 +09:00
Yoshinari Takaoka
550bf90839 random: Improve the non-CSPRNG warning
fc1e94a9c2
2022-11-17 20:34:10 +09:00
Yoshinari Takaoka
d6e901710a random: Clean up cross-references for randomness related functions
52c495140b
2022-11-15 23:16:42 +09:00
Yoshinari Takaoka
85ea803500 Documentation of index reset effect of some array functions
要は、こういうことだ。

```
<?php

$a = [1, 2, 3];

next($a);
next($a);
var_dump(current($a)); // int(3)
asort($a);
var_dump(current($a)); // int(1)
```

6a6f43d1c4
2021-11-09 23:09:32 +09:00
Yoshinari Takaoka
67dbaffe04 sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348711 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-28 09:44:52 +00:00
Satoru Yoshida
d8191d8d09 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346770 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-10 11:15:37 +00:00
Satoru Yoshida
2448c1fd8f sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@344948 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-03 15:25:13 +00:00
Satoru Yoshida
81ba4e7535 sync en, but Status is working.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342330 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-15 03:54:26 +00:00
TAKAGI Masahiro
874cb9ff7e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339583 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-07 22:33:21 +00:00
TAKAGI Masahiro
295ca2c883 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339400 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-19 13:00:55 +00:00
TAKAGI Masahiro
b8f1ab6df3 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334609 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 23:24:26 +00:00
TAKAGI Masahiro
df920c8e1c Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@329788 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-14 23:00:57 +00:00
Daniel Egeberg
ab3f7b9839 Updating EN-Revision on up-to-date files after phpdoc/en UTF-8 conversion.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@297032 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 00:47:47 +00:00
Torben Wilson
5ba20ff84e Resynched with en (bumped EN-Revision and updated sgml-default-dtd-file).
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@288881 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-28 05:30:52 +00:00
Nilgün Belma Bugüner
b5a6e9a36c changed EN-Revision tag as cvs2svn;
fixed svn properties

git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@283942 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-12 16:27:55 +00:00
TAKAGI Masahiro
188cf26d32 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@283654 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-07 12:40:14 +00:00
TAKAGI Masahiro
d276612478 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@281017 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-24 01:53:17 +00:00
TAKAGI Masahiro
ed2d51817f sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@278103 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-31 21:54:35 +00:00
TAKAGI Masahiro
83b604fd28 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@249547 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-31 08:26:20 +00:00
Hannes Magnusson
d0ac585542 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
 - Bump EN-Revision where appropriate


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@238266 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-22 14:32:58 +00:00
TAKAGI Masahiro
4300412a5c sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@222594 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-31 15:35:29 +00:00
Hideyuki Shimooka
b220f8d05f translation updated
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@194503 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-28 14:28:47 +00:00
Hideyuki Shimooka
f98d10d652 translation updated
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@189687 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 14:31:52 +00:00
Hideyuki Shimooka
25e22b0ac8 Translation updated
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@185760 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-04 03:37:38 +00:00
Rui Hirokawa
c1d753be2a modified the misused kanji.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@176274 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-02 07:23:48 +00:00
Rui Hirokawa
a082536353 translated sync tag into En-Revision.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@173330 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-23 04:34:59 +00:00
Yu Watanabe
ca9c9e21c1 sync to en tree.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@135588 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-22 04:22:03 +00:00
Moriyoshi Koizumi
40d6ed86b3 Let's unify them :)
# sorry for the huge commit


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@134146 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-04 00:06:52 +00:00
Hartmut Holzgraefe
f1296cb009 banana-split
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@78214 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 01:18:44 +00:00