1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-27 16:42:17 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
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
4c4cf5d04b Removed references to PHP 5, PHP 7.0 (php/doc-en#548) 2021-04-26 21:29:47 +09:00
Yoshinari Takaoka
c58bf47244 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351140 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:41:17 +00:00
Yoshinari Takaoka
73ccac34bf Remove PHP4 or PHP5 only extension, changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-27 01:47:22 +00:00
Satoru Yoshida
59aa644cbe sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@347940 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-05 03:46:56 +00:00
TAKAGI Masahiro
407ecd6073 Update translation
see: http://ml.php.gr.jp/pipermail/php-doc/2016-November/001196.html
     http://ml.php.gr.jp/pipermail/php-doc/2016-November/001197.html


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@341064 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-17 22:27:54 +00:00
TAKAGI Masahiro
efb906ae30 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340956 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-12 05:54:50 +00:00
TAKAGI Masahiro
5e88db90c5 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339645 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 20:41:54 +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
6abeba823e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336758 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-12 22:22:56 +00:00
TAKAGI Masahiro
a05b1b6d50 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331648 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-02 22:46:30 +00:00
TAKAGI Masahiro
9d847bfe3f Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@329257 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-21 20:07:13 +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
TAKAGI Masahiro
cf0e423bb1 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@284118 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-15 12:54:48 +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
5965b3e185 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@281024 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-24 03:08:35 +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
f4deda7c0e sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@253571 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-23 06:43:27 +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
TAKAGI Masahiro
ef77f0b905 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@246902 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-24 05:32:59 +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
cdfe3e4bbb sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@222583 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-31 13:44:12 +00:00
TAKAGI Masahiro
9d274f252d sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@192649 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-07 06:30:22 +00:00
Rui Hirokawa
b76980f132 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@174810 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-15 16:00:27 +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
98fd687035 sync to en tree.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@134653 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-11 07:38:05 +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