Yoshinari Takaoka
191ad624a6
fix: true return type for return true always function
...
Various functions and method have had their return type changed to true.
Fix this and add changelog entries.
2ca0903429
2023-02-22 15:45:00 +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
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
d1df62fe77
2021-08-20 10:10:15 +09:00
Yoshinari Takaoka
db8ca7d3b3
update EN-Revision only
...
カンマをピリオドに修正するのみで、日本語版には影響しないものだった
2021-07-01 02:50:33 +09:00
Yoshinari Takaoka
96f0fb75ed
update refpurpose for sort functions as well
2021-06-12 10:32:13 +09:00
Yoshinari Takaoka
e49cee10f3
Clarify the order of sort functions in their description ( php/doc-en#681 )
2021-06-12 02:27:59 +09:00
Yoshinari Takaoka
a8450db544
Fix #80543 : ArrayObject::asort() and ::ksort() expect an optional int
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352171 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-22 17:46:53 +00: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
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
Yoshinari Takaoka
41335771f7
Fix #78992 : Strange behavior of SORT_REGULAR insufficiently documented
...
Bug: https://bugs.php.net/78992 (Verified) Strange behavior of SORT_REGULAR insufficiently documented
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348615 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-20 00:35:45 +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
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
ea322e7df5
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334417 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-29 23:18:39 +00:00
TAKAGI Masahiro
ac69f8b414
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330422 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-30 22:51:47 +00:00
TAKAGI Masahiro
97e21afec4
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@327506 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-06 22:39:50 +00:00
TAKAGI Masahiro
73f087f69d
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326799 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-24 23:09:17 +00:00
TAKAGI Masahiro
017e8d2fc4
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324070 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 00:27:45 +00:00
TAKAGI Masahiro
54cf80a247
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@320322 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 21:26:16 +00:00
TAKAGI Masahiro
583e46d603
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@299519 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-20 03:58:58 +00:00
TAKAGI Masahiro
3d85f637ed
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@297893 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-12 12:49:05 +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
5745c3416e
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@274777 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-28 20:53:45 +00:00
TAKAGI Masahiro
9fc43d4f0a
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@262503 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-11 23:39:32 +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
TAKAGI Masahiro
9ed9c8c897
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@197809 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-07 03:52:47 +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
71536904fa
translation updated
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@188219 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-12 14:40:20 +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
1657dd8a6a
update translation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@176444 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-04 14:34:06 +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