検索

phrase: max: clip:
target: order:
Results of 451 - 460 of about 2650 for 上の (0.039 sec.)
Phar クラス 2196
« Phar のシグネチャの書式 Phar::addEmptyDir » PHP Manual Phar Phar クラス Phar クラス (PHP 5 >= ... アーカイブに追加する Phar::addFile — ファイルシステム上のファイルを phar アーカイブに追加する Phar::addFromSt ... どうかを返す Phar::getPath — Pharアーカイブのディスク上の実際のパスを取得する Phar::getSignature — Phar アーカ ... の書き込み操作のバッファリングを開始するが、ディスク上の Phar オブジェクトは変更しない Phar::stopBuffering ...
https://man.plustar.jp/php/class.phar.html - [similar]
SplObjectStorage クラス 2196
« SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラ ... s ( $o2 )); var_dump ( $s -> contains ( $o3 )); ?> 上の例の出力は以下となります。 bool(true) bool(true) boo ... isset( $s [ $o2 ])) { var_dump ( $s [ $o2 ]); } ?> 上の例の出力は以下となります。 array(3) { [0]=> int(1) [ ...
https://man.plustar.jp/php/class.splobjectstorage.html - [similar]
間隔を取得する 2196
« DatePeriod::__construct DatePeriod::getEndDate » PHP Manual DatePeriod 間隔を取得する DatePeri ... rval (); echo $interval -> format ( '%d day' ); ?> 上の例の出力は以下となります。 1 day 参考 DatePeriod::ge ...
https://man.plustar.jp/php/dateperiod.getdateinterval.html - [similar]
最後の子ノードの後ろにノードを追加する 2196
« DOMParentNode DOMParentNode::prepend » PHP Manual DOMParentNode 最後の子ノードの後ろにノードを ... ppend ( DOMNode | string ...$nodes ): void ひとつ以上の nodes を、 最後の子ノードの後ろの、子ノードのリスト ...
https://man.plustar.jp/php/domparentnode.append.html - [similar]
最初の子ノードの前にノードを追加する 2196
« DOMParentNode::append DOMProcessingInstruction » PHP Manual DOMParentNode 最初の子ノードの前に ... epend ( DOMNode | string ...$nodes ): void ひとつ以上の nodes を、 最初の子ノードの前の、 子ノードのリスト ...
https://man.plustar.jp/php/domparentnode.prepend.html - [similar]
Removes all values 2196
« Collection Ds\Collection::copy » PHP Manual Collection Removes all values Ds\Collection::clear ... ollection -> clear (); print_r ( $collection ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vecto ...
https://man.plustar.jp/php/ds-collection.clear.html - [similar]
Returns whether the collection is empty 2196
« Ds\Collection::copy Ds\Collection::toArray » PHP Manual Collection Returns whether the collect ... a -> isEmpty ()); var_dump ( $b -> isEmpty ()); ?> 上の例の出力は、 たとえば以下のようになります。 bool(fal ...
https://man.plustar.jp/php/ds-collection.isempty.html - [similar]
Converts the collection to an array 2196
« Ds\Collection::isEmpty Hashable » PHP Manual Collection Converts the collection to an array Ds ... , 3 ]); var_dump ( $collection -> toArray ()); ?> 上の例の出力は、 たとえば以下のようになります。 array(3) ...
https://man.plustar.jp/php/ds-collection.toarray.html - [similar]
Returns the current capacity 2196
« Ds\Deque::apply Ds\Deque::clear » PHP Manual Deque Returns the current capacity Ds\Deque::capa ... ( 1 , 50 )); var_dump ( $deque -> capacity ()); ?> 上の例の出力は、 たとえば以下のようになります。 int(8) i ...
https://man.plustar.jp/php/ds-deque.capacity.html - [similar]
Removes all values from the deque 2196
« Ds\Deque::capacity Ds\Deque::__construct » PHP Manual Deque Removes all values from the deque ... eque ); $deque -> clear (); print_r ( $deque ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque ...
https://man.plustar.jp/php/ds-deque.clear.html - [similar]