Yoshinari Takaoka
983520cdf0
array_map no longer passes by reference
...
https://bugs.php.net/bug.php?id=80699
https://github.com/php/doc-en/commit/31cacb6f262f455c616094cfe6d09bc0d1df2748
2022-01-01 09:03:50 +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)
```
https://github.com/php/doc-en/commit/6a6f43d1c490a57b452656db285de6d136055ed2
2021-11-09 23:09:32 +09:00
Yoshinari Takaoka
663a376446
Update array sorting docs
...
These always return true, even in PHP 7
Clarify sorting is unstable prior to PHP 8.0
Normalize the docs between the functions
https://github.com/php/doc-en/commit/d1df62fe77b6cb0676d064e8e63ee2c3304d4260
2021-08-20 10:10:15 +09:00
Yoshinari Takaoka
bf411ae9b9
Generate array methodsynopses based on stubs
...
Partial merge of <https://github.com/php/doc-en/pull/266 >.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351861 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 02:22:57 +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
1c2096bb0d
Update translation
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331832 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-14 22:32:47 +00:00
TAKAGI Masahiro
00139a74e0
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331831 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-14 22:31:10 +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
2bbc445b07
sync with en (callable type hint introduced in PHP 5.4).
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324167 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 21:14:58 +00:00
TAKAGI Masahiro
edc3d6b148
s/ユーザ[^ー]/ユーザー/g
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324071 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 01:29:04 +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
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
0c0d824172
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@275489 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-10 08:52:41 +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
Tadashi Jokagi a.k.a. "ELF" or "Joe
7d5f50cf76
Sinc with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@184989 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-24 16:03:28 +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
5143e995bf
sync to en tree.(check only)
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@135589 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-22 04:24:16 +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