検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 2443 for Array (0.073 sec.)
SNMP クラス 2332
« snmpwalkoid SNMP::close » PHP Manual SNMP SNMP クラス SNMP クラス (PHP 5 >= 5.4.0, PHP 7, PHP ... ス概要 class SNMP { /* プロパティ */ public readonly array $ info ; public ? int $ max_oids ; public int $ va ... $retries = -1 ) public close (): bool public get ( array | string $objectId , bool $preserveKeys = false ): ... ): int public getError (): string public getnext ( array | string $objectId ): mixed public set ( array | s ... tring $objectId , array | string $type , array | string $value ): bool pub ...
https://man.plustar.jp/php/class.snmp.html - [similar]
指定したクラスが使っているトレイトを返す 2332
« class_parents iterator_apply » PHP Manual SPL 関数 指定したクラスが使っているトレイトを返す cl ... string $object_or_class , bool $autoload = true ): array | false この関数は、指定した object_or_class が使っ ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [foo] => foo ) Array ( [foo] => foo ) Array ( [t ... キーワード: クラス , 指定 , uses , autoload , 配列 , Array , parents , 関数 , loaded , not ...
https://man.plustar.jp/php/function.class-uses.html - [similar]
RFC 822 準拠のアドレスをパースする 2332
« mailparse_msg_parse mailparse_stream_encode » PHP Manual Mailparse 関数 RFC 822 準拠のアドレス ... arse_rfc822_parse_addresses ( string $addresses ): array » RFC 822 準拠の受信者リスト、 たとえば To: ヘッダ ... resses ( $to )); ?> 上の例の出力は以下となります。 array(2) { [0]=> array(3) { ["display"]=> string(11) "We ... ez@example.com" ["is_group"]=> bool(false) } [1]=> array(3) { ["display"]=> string(15) "doe@example.com" [" ... パース , アドレス , mailparse , addresses , string , array , 受信 , display , group ...
https://man.plustar.jp/php/function.mailparse-rfc822-parse-addresses.html - [similar]
ネットワークインターフェイスを取得する 2332
« long2ip openlog » PHP Manual ネットワーク 関数 ネットワークインターフェイスを取得する net_get_ ... ンターフェイスを取得する 説明 net_get_interfaces (): array | false ローカルマシン上にあるネットワークインター ... ラメータはありません。 戻り値 Returns an associative array where the key is the name of the interface and the ... value an associative array of interface attributes, 失敗した場合に false を返 ... します. Each interface associative array contains: インターフェイスの属性 名前 説明 descrip ...
https://man.plustar.jp/php/function.net-get-interfaces.html - [similar]
リスナーのプロパティを設定する 2332
« openal_listener_get openal_source_create » 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)) のいずれか。 setting 設定する値 ... を取得する 関連キーワード: float , 設定 , リスナー , array , property , setting , create , 関数 , int , パラメ ...
https://man.plustar.jp/php/function.openal-listener-set.html - [similar]
Get information from a RPM file 2332
« rpmdbsearch rpmvercmp » PHP Manual RpmInfo 関数 Get information from a RPM file rpminfo (PECL ... $path , bool $full = false , string &$error = ? ): array Retrieve information about a local file, a RPM pac ... ssage, and will avoid a runtime warning. 戻り値 An array of information or NULL on error. 例 例1 A rpminfo( ... int_r ( $info ); ?> 上の例の出力は以下となります。 Array ( [Name] => php-pecl-rpminfo [Version] => 0.4.2 [R ... , RPM , file , Get , from , rpminfo , retrieved , array , path , full ...
https://man.plustar.jp/php/function.rpminfo.html - [similar]
Sets the static variables in function or method scope 2332
« uopz_set_return uopz_undefine » PHP Manual Uopz 関数 Sets the static variables in function or ... od scope 説明 uopz_set_static ( string $function , array $static ): void uopz_set_static ( string $class , ... string $function , array $static ): void Sets the static variables in funct ... of the function or method. static The associative array of variable names mapped to their values. 戻り値 値 ... ic , uopz , function , variables , string , Sets , array , their , 参考 , qux ...
https://man.plustar.jp/php/function.uopz-set-static.html - [similar]
リファレンスが行うことは何ですか? 2332
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行う ... ( $a ); // $a が作成され、null が代入されます $b = array(); foo ( $b [ 'b' ]); var_dump ( array_key_exists ... ートメント <?php $ref = 0 ; $row =& $ref ; foreach (array( 1 , 2 , 3 ) as $row ) { // 何かを実行します } ech ... 後の要素 ?> 厳密にリファレンスでの代入をしなくても、 array() で作成した式は、配列の要素の先頭に & を追加したの ... 。たとえば、次のようになります。 <?php $a = 1 ; $b = array( 2 , 3 ); $arr = array(& $a , & $b [ 0 ], & $b [ 1 ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]
サーバーから項目を取得する 2332
« Memcache::flush Memcache::getExtendedStats » PHP Manual Memcache サーバーから項目を取得する Me ... g $key , int &$flags = ? ): string Memcache::get ( array $keys , array &$flags = ? ): array その時点でサーバ ... ' , 11211 ); $var = memcache_get ( $memcache_obj , Array( 'some_key' , 'another_key' )); /* オブジェクト指向 ... ache_host' , 11211 ); $var = $memcache_obj -> get (Array( 'some_key' , 'second_key' )); ?> 関連キーワード: ... , Memcache , サーバー , key , 配列 , キー , 項目 , array , flags , フラグ ...
https://man.plustar.jp/php/memcache.get.html - [similar]
結果セットから全行取得する 2332
« SqlStatementResult::__construct SqlStatementResult::fetchOne » PHP Manual mysql_xdevapi\SqlSta ... lic mysql_xdevapi\SqlStatementResult::fetchAll (): array 結果セットから全ての行を取得します。 警告 この関数 ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [0] => Array ( [name] => John [age] => 42 ) [1] ... => Array ( [name] => Sam [age] => 33 ) ) 関連キーワード: 取 ... セット , SqlStatementResult , fetchAll , xdevapi , Array , 配列 , パラメータ , 関数 , age ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatementresult.fetchall.html - [similar]