検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 2443 for Array (0.095 sec.)
DOMProcessingInstruction クラス 2345
« DOMParentNode::prepend DOMProcessingInstruction::__construct » PHP Manual DOM DOMProcessingIns ... exclusive = false , bool $withComments = false , ? array $xpath = null , ? array $nsPrefixes = null ): stri ... exclusive = false , bool $withComments = false , ? array $xpath = null , ? array $nsPrefixes = null ): int ... nly , DOMProcessingInstruction , クラス , OMNode , array , node , construct ...
https://man.plustar.jp/php/class.domprocessinginstruction.html - [similar]
The LuaSandbox class 2345
« Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox cla ... ic callFunction ( string $name , mixed ...$args ): array | bool public disableProfiler (): void public enab ... nctionReport ( int $units = LuaSandbox::SECONDS ): array public static getVersionInfo (): array public load ... ): bool public registerLibrary ( string $libname , array $functions ): void public setCPULimit ( float | bo ... ring , getProfilerFunctionReport , usage , limit , array , LuaSandboxFunction ...
https://man.plustar.jp/php/class.luasandbox.html - [similar]
The SVM class 2345
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... public __construct () public svm::crossvalidate ( array $problem , int $number_of_folds ): float public ge ... tOptions (): array public setOptions ( array $params ): bool public s ... vm::train ( array $problem , array $weights = ? ): SVMModel } 定義済 ... ワード: int , OPT , parameter , KERNEL , type , NU , array , public , regression , key ...
https://man.plustar.jp/php/class.svm.html - [similar]
与えられたクラスの親クラスを返す 2345
« class_implements class_uses » PHP Manual SPL 関数 与えられたクラスの親クラスを返す class_paren ... string $object_or_class , bool $autoload = true ): array | false この関数は、与えられたクラス object_or_cla ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [foo] => foo ) Array ( [foo] => foo ) Array ( [p ... を返す 関連キーワード: クラス , parents , autoload , Array , 関数 , loaded , not , 配列 , parent , implements ...
https://man.plustar.jp/php/function.class-parents.html - [similar]
アクティブなリソースを返す 2345
« get_required_files getenv » PHP Manual PHP オプション/情報 関数 アクティブなリソースを返す get ... を返す 説明 get_resources ( ? string $type = null ): array 現在アクティブなすべての リソース の配列を返します ... ースが返されます。 戻り値 現在アクティブなリソースの array を返します。 リソース番号でインデックス付けされます ... ?> 上の例の出力は、 たとえば以下のようになります。 array(1) { [1]=> resource(1) of type (stream) } 例2 フィ ... ?> 上の例の出力は、 たとえば以下のようになります。 array(1) { [1]=> resource(1) of type (stream) } array(0) ...
https://man.plustar.jp/php/function.get-resources.html - [similar]
エントリを読み込む 2345
« ldap_parse_result ldap_rename_ext » PHP Manual LDAP 関数 エントリを読み込む ldap_read (PHP 4, ... ントリを読み込む 説明 ldap_read ( LDAP\Connection | array $ldap , array | string $base , array | string $fil ... ter , array $attributes = [] , int $attributes_only = 0 , int ... timelimit = -1 , int $deref = LDAP_DEREF_NEVER , ? array $controls = null ): LDAP\Result | array | false 指 ... を使用することができます。 attributes 必要な属性を、 array("mail", "sn", "cn") のような通常の PHP 文字列配列で ...
https://man.plustar.jp/php/function.ldap-read.html - [similar]
リスナーのプロパティを取得する 2345
« openal_device_open openal_listener_set » PHP Manual OpenAL 関数 リスナーのプロパティを取得する ... 取得するプロパティ。 AL_GAIN (float)、 AL_POSITION (array(float,float,float))、 AL_VELOCITY (array(float,flo ... at,float)) そして AL_ORIENTATION (array(float,float,float)) のいずれか。 戻り値 float ある ... を設定する 関連キーワード: float , リスナー , 取得 , array , property , device , open , 関数 , int , パラメー ...
https://man.plustar.jp/php/function.openal-listener-get.html - [similar]
利用可能なダイジェスト・メソッドを取得 2345
« openssl_get_curve_names openssl_get_privatekey » PHP Manual OpenSSL 関数 利用可能なダイジェスト ... openssl_get_md_methods ( bool $aliases = false ): array 利用可能なダイジェスト・メソッドの一覧を取得します ... 。 パラメータ aliases 返される array にダイジェストのエイリアスを含めるべき場合、 true ... 設定します 戻り値 利用可能なダイジェスト・メソッドの array 例 例1 openssl_get_md_methods() の例 どのように利用 ... openssl_get_md_methods ( true ); $digest_aliases = array_diff ( $digests_and_aliases , $digests ); print_r ...
https://man.plustar.jp/php/function.openssl-get-md-methods.html - [similar]
ブロックされたシグナルを設定あるいは取得する 2345
« pcntl_signal pcntl_sigtimedwait » PHP Manual PCNTL 関数 ブロックされたシグナルを設定あるいは取 ... るいは取得する 説明 pcntl_sigprocmask ( int $mode , array $signals , array &$old_signals = null ): bool pcnt ... cmask() の例 <?php pcntl_sigprocmask ( SIG_BLOCK , array( SIGHUP )); $oldset = array(); pcntl_sigprocmask ( ... SIG_UNBLOCK , array( SIGHUP ), $oldset ); ?> 参考 pcntl_sigwaitinfo() ...
https://man.plustar.jp/php/function.pcntl-sigprocmask.html - [similar]
コンテキストのパラメータを取得する 2345
« stream_context_get_options stream_context_set_default » PHP Manual ストリーム 関数 コンテキスト ... 明 stream_context_get_params ( resource $context ): array パラメータおよびオプションの情報を、ストリームある ... 。 <?php $ctx = stream_context_create (); $params = array( "notification" => "stream_notification_callback" ... ?> 上の例の出力は、 たとえば以下のようになります。 array(2) { ["notification"]=> string(28) "stream_notific ... ation_callback" ["options"]=> array(0) { } } 参考 stream_context_set_option() - ストリ ...
https://man.plustar.jp/php/function.stream-context-get-params.html - [similar]