diff --git a/reference/spl/splfixedarray/setsize.xml b/reference/spl/splfixedarray/setsize.xml index 50aebe526a1..0963bf5311a 100644 --- a/reference/spl/splfixedarray/setsize.xml +++ b/reference/spl/splfixedarray/setsize.xml @@ -1,6 +1,6 @@ - + SplFixedArray::setSize @@ -10,7 +10,7 @@ &reftitle.description; - public boolSplFixedArray::setSize + public trueSplFixedArray::setSize intsize @@ -41,21 +41,41 @@ &reftitle.returnvalues; - - &return.success; - + + &return.true.always; + - - - + + &reftitle.errors; - - size が負の数である場合に InvalidArgumentException をスローします。 - - - size を数値として解釈できない場合に E_WARNING が発生します。 - - + + size が0未満の場合、 + ValueError をスローします。 + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + SplFixedArray::setSize は + 現在、暫定的に true を返しています。 + + + + + + diff --git a/reference/spl/splfixedarray/wakeup.xml b/reference/spl/splfixedarray/wakeup.xml index 6b3e674572a..b75dd1f13b0 100644 --- a/reference/spl/splfixedarray/wakeup.xml +++ b/reference/spl/splfixedarray/wakeup.xml @@ -1,12 +1,16 @@ - + SplFixedArray::__wakeup アンシリアライズ後に配列を再初期化する + + &warn.deprecated.function-8-4-0; + + &reftitle.description; @@ -29,6 +33,29 @@ &return.void; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + このメソッドは非推奨となりました。 + SplFixedArray::__unserialize を代わりに使ってください。 + + + + + + - + SplHeap::insert @@ -41,7 +41,30 @@ &return.true.always; - + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + SplHeap::insert は + 現在、暫定的に true を返しています。 + + + + + + + - + SplHeap::recoverFromCorruption @@ -10,7 +10,7 @@ &reftitle.description; - public boolSplHeap::recoverFromCorruption + public trueSplHeap::recoverFromCorruption @@ -22,9 +22,32 @@ &reftitle.returnvalues; - - 常に &true; を返します。 - + + &return.true.always; + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + SplHeap::recoverFromCorruption は + 現在、暫定的に true を返しています。 + + + + + diff --git a/reference/spl/splobjectstorage.xml b/reference/spl/splobjectstorage.xml index 515ed4f4a27..d5ffb50115b 100644 --- a/reference/spl/splobjectstorage.xml +++ b/reference/spl/splobjectstorage.xml @@ -1,6 +1,6 @@ - + SplObjectStorage クラス @@ -34,7 +34,7 @@ - Iterator + SeekableIterator @@ -136,6 +136,29 @@ array(3) { +
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + 以前は Iterator を実装していましたが、 + SeekableIterator を実装しました。 + + + + + +
+ &reference.spl.entities.splobjectstorage; diff --git a/reference/spl/splpriorityqueue/insert.xml b/reference/spl/splpriorityqueue/insert.xml index c4e6246ddd9..4f03c222724 100644 --- a/reference/spl/splpriorityqueue/insert.xml +++ b/reference/spl/splpriorityqueue/insert.xml @@ -1,6 +1,6 @@ - + SplPriorityQueue::insert @@ -51,6 +51,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + SplPriorityQueue::insert は + 現在、暫定的に true を返しています。 + + + + + + + - + SplPriorityQueue::recoverFromCorruption @@ -10,7 +10,7 @@ &reftitle.description; - public boolSplPriorityQueue::recoverFromCorruption + public trueSplPriorityQueue::recoverFromCorruption @@ -22,9 +22,32 @@ &reftitle.returnvalues; - - 常に &true; を返します。 - + + &return.true.always; + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + SplPriorityQueue::recoverFromCorruption は + 現在、暫定的に true を返しています。 + + + + +