検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 658 for (0.006 sec.)
演算子 4715
« 式 演算の優先順位 » PHP Manual 言語リファレンス 演算 演算 目次 演算の優先順位 算術演算 ... 代入演算 ビット演算 比較演算 エラー制御演算 実行演算 ... 加算/減算 論理演算 文字列演算 配列演算 型演算 ... 演算とは、ひとつ以上の値 (あるいはプログラミング用語にお ... (制御構造が式になるように) を生み出すものです。 演算は、受け取る値の数によって分類することができます。単 ...
https://man.plustar.jp/php/language.operators.html - [similar]
ステータスコードがシグナルによる終了を表しているかどうかを調べる 4679
« pcntl_wifexited pcntl_wifstopped » PHP Manual PCNTL 関数 ステータスコードがシグナルによる終了を ... 調べる 説明 pcntl_wifsignaled ( int $status ): bool プロセスが終了した原因が、 シグナルが捕捉されなかった ... 得られます。 戻り値 捕捉されなかったシグナルのせいでプロセスが終了した場合に true 、 それ以外の場合に fa ... 返します。 参考 pcntl_waitpid() - 待つかフォークしたプロセスのステータスを返す pcntl_signal() - シグナル ...
https://man.plustar.jp/php/function.pcntl-wifsignaled.html - [similar]
ノードが子を持つかどうかを調べる 4679
« tidyNode::getParent tidyNode::hasSiblings » PHP Manual tidyNode ノードがを持つかどうかを調べ ... P 5, PHP 7, PHP 8) tidyNode::hasChildren — ノードがを持つかどうかを調べる 説明 public tidyNode::hasChil ... dren (): bool ノードがを持つかどうかを調べます。 パラメータ この関数にはパ ... ラメータはありません。 戻り値 ノードがを持つ場合に true 、それ以外の場合に false を返します ... e) bool(false) 関連キーワード: ノード , tidyNode , , hasChildren , パラメータ , getParent , hasSiblin ...
https://man.plustar.jp/php/tidynode.haschildren.html - [similar]
指定されたリソースの、数値の識別子を返す 4650
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別 ... get_resource_id — 指定されたリソースの、数値の識別を返す 説明 get_resource_id ( resource $resource ): ... int この関数は、リソースの数値の識別を識別するための、 型安全な方法を提供します。 パラメ ... e 評価されるリソースハンドル 戻り値 resource の識別を数値で返します。 この関数は、本質的には resource を ... す 関連キーワード: リソース , resource , 数値 , 識別 , 指定 , 関数 , キャスト , int , type , 変数 ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]
画像形式からファイルの拡張子を取得する 4650
« getimagesizefromstring image_type_to_mime_type » PHP Manual GD および Image 関数 画像形式からフ ... ァイルの拡張を取得する image_type_to_extension (PHP 5 >= 5.2.0, ... mage_type_to_extension — 画像形式からファイルの拡張を取得する 説明 image_type_to_extension ( int $image ... g | false 指定した定数 IMAGETYPE_XXX に対応する拡張を返します。 パラメータ image_type IMAGETYPE_XXX 定数 ... のいずれかひとつ。 include_dot 拡張の前にドットをつけるかどうか。デフォルトは true 。 戻 ...
https://man.plustar.jp/php/function.image-type-to-extension.html - [similar]
RecursiveCallbackFilterIterator に含まれる内部イテレータの子を返す 4643
« RecursiveCallbackFilterIterator::__construct RecursiveCallbackFilterIterator::hasChildren » PH ... veCallbackFilterIterator に含まれる内部イテレータのを返す RecursiveCallbackFilterIterator::getChildren ... veCallbackFilterIterator に含まれる内部イテレータのを返す 説明 public RecursiveCallbackFilterIterator:: ... ckFilterIterator 内部イテレータのフィルタリングしたを取得します。 RecursiveCallbackFilterIterator::hasC ... hildren() を使って、取得できるがあるかどうかを調べなければなりません。 パラメータ ...
https://man.plustar.jp/php/recursivecallbackfilteriterator.getchildren.html - [similar]
ParentIterator クラス 4621
« NoRewindIterator::valid ParentIterator::accept » PHP Manual イテレータ ParentIterator クラス P ... 使った再帰的な反復処理をできるようにします。 ただし、を持つ要素しか表示しません。 クラス概要 class Parent ... hildren — ParentIterator に含まれる内部イテレータのを返す ParentIterator::hasChildren — 内部イテレータの ... 現在の要素がを持つかどうかをチェックする ParentIterator::next — ...
https://man.plustar.jp/php/class.parentiterator.html - [similar]
RecursiveTreeIterator クラス 4621
« RecursiveRegexIterator::hasChildren RecursiveTreeIterator::beginChildren » PHP Manual イテレー ... _RIGHT 目次 RecursiveTreeIterator::beginChildren — を開始する RecursiveTreeIterator::beginIteration — 反 ... を開始する RecursiveTreeIterator::callGetChildren — を取得する RecursiveTreeIterator::callHasChildren — ... 要素を取得する RecursiveTreeIterator::endChildren — を終了する RecursiveTreeIterator::endIteration — 反復 ...
https://man.plustar.jp/php/class.recursivetreeiterator.html - [similar]
ノードが子を保持しているかどうかを調べる 4621
« DOMNode::hasAttributes DOMNode::insertBefore » PHP Manual DOMNode ノードがを保持しているかど ... 5, PHP 7, PHP 8) DOMNode::hasChildNodes — ノードがを保持しているかどうかを調べる 説明 public DOMNode:: ... hasChildNodes (): bool この関数は、ノードがを保持しているかどうかを調べます。 パラメータ この関 ... かを調べる 関連キーワード: ノード , 保持 , DOMNode , , hasChildNodes , hasAttributes , 関数 , パラメータ ...
https://man.plustar.jp/php/domnode.haschildnodes.html - [similar]
リクエスト認証子を返す 4621
« radius_put_vendor_string radius_salt_encrypt_attr » PHP Manual Radius 関数 リクエスト認証を返 ... .1.0) radius_request_authenticator — リクエスト認証を返す 説明 radius_request_authenticator ( resource ... ような加工されたデータを復元する際には リクエスト認証が必要となります。 パラメータ radius_handle RADIUS リ ... ソース。 戻り値 リクエスト認証を文字列で返します。エラー時には false を返します。 ...
https://man.plustar.jp/php/function.radius-request-authenticator.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT