検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 1267 for Value (0.041 sec.)
新しい DOMAttr オブジェクトを作成する 2599
« DOMAttr DOMAttr::isId » PHP Manual DOMAttr 新しい DOMAttr オブジェクトを作成する DOMAttr::__co ... blic DOMAttr::__construct ( string $name , string $value = "" ) 新しい DOMAttr オブジェクトを作成します。 こ ... bute を使用します。 パラメータ name 属性のタグ名。 value 属性の値。 例 例1 新しい DOMAttr オブジェクトを作成 ... t -> setAttributeNode (new DOMAttr ( 'attr' , 'attrvalue' )); echo $dom -> saveXML (); ?> 上の例の出力は以下 ... sion="1.0" encoding="iso-8859-1"?> <root attr="attrvalue" /> 参考 DOMDocument::createAttribute() - 新しい属 ...
https://man.plustar.jp/php/domattr.construct.html - [similar]
新しい DOMProcessingInstruction オブジェクトを作成する 2599
« DOMProcessingInstruction DOMText » PHP Manual DOMProcessingInstruction 新しい DOMProcessingIns ... gInstruction::__construct ( string $name , string $value = "" ) 新しい DOMProcessingInstruction オブジェクト ... 用してください。 パラメータ name 処理命令のタグ名。 value 処理命令の値。 例 例1 新しい DOMProcessingInstruct ...
https://man.plustar.jp/php/domprocessinginstruction.construct.html - [similar]
現在実行中のファイバーを停止する 2599
« Fiber::isTerminated Fiber::getCurrent » PHP Manual Fiber 現在実行中のファイバーを停止する Fibe ... 停止する 説明 public static Fiber::suspend ( mixed $value = null ): mixed 現在実行中のファイバーを停止します ... れた場合、 FiberError がスローされます。 パラメータ value Fiber::start() , Fiber::resume() , Fiber::throw() ...
https://man.plustar.jp/php/fiber.suspend.html - [similar]
Returns the CUBRID database parameters 2599
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... を返します. It returns an associative array with the values for the following parameters: PARAM_ISOLATION_LEV ... e transaction lock setting is allowed. The default value of the lock_timeout_in_secs parameter is -1, which ... meter ( $conn ); while (list( $param_name , $param_value ) = each ( $db_params )) { printf ( "%-30s %s\n" , ... $param_name , $param_value ); } printf ( "\n" ); $server_info = cubrid_get_se ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
MIME ヘッダフィールドを作成する 2599
« iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する i ... v_mime_encode ( string $field_name , string $field_value , array $options = [] ): string | false 有効な MIM ... ります。 パラメータ field_name フィールド名。 field_value フィールドの値。 options iconv_mime_encode() の振る ... 第 1 パラメータ field_name と第 2 パラメータ field_value の文字セットを指定します。 指定されなかった場合は、 ...
https://man.plustar.jp/php/function.iconv-mime-encode.html - [similar]
ベンダー固有の整数属性を設定する 2599
« radius_put_vendor_attr radius_put_vendor_string » PHP Manual Radius 関数 ベンダー固有の整数属性 ... ce $radius_handle , int $vendor , int $type , int $value , int $options = 0 , int $tag = ? ): bool ベンダー ... US リソース。 vendor ベンダー ID。 type 属性の型。 value 属性の値。 options 属性のオプションのビットマスク。 ...
https://man.plustar.jp/php/function.radius-put-vendor-int.html - [similar]
値を URL エンコードせずにクッキーを送信する 2599
« setcookie socket_get_status » PHP Manual ネットワーク 関数 値を URL エンコードせずにクッキーを ... 送信する 説明 setrawcookie ( string $name , string $value = ? , int $expires_or_options = 0 , string $path = ... していません): setrawcookie ( string $name , string $value = ? , array $options = [] ): bool setrawcookie() は ...
https://man.plustar.jp/php/function.setrawcookie.html - [similar]
PHP の値に関する xmlrpc 型を取得する 2599
« xmlrpc_encode xmlrpc_is_fault » PHP Manual XML-RPC 関数 PHP の値に関する xmlrpc 型を取得する x ... xmlrpc 型を取得する 説明 xmlrpc_get_type ( mixed $value ): string 警告 この関数は、 実験的 なものです。この ... base64 及び datetime 文字列で有用です。 パラメータ value PHP の値。 戻り値 XML-RPC の型を返します。 例 例1 ...
https://man.plustar.jp/php/function.xmlrpc-get-type.html - [similar]
値をジェネレータに送る 2599
« Generator::rewind Generator::throw » PHP Manual Generator 値をジェネレータに送る Generator::se ... ネレータに送る 説明 public Generator::send ( mixed $value ): mixed 指定した値を yield の結果としてジェネレー ... ぶ必要はありません (Python と同じです)。 パラメータ value ジェネレータに送り込む値。この値が、ジェネレータが ...
https://man.plustar.jp/php/generator.send.html - [similar]
LimitIterator を作成する 2599
« LimitIterator LimitIterator::current » PHP Manual LimitIterator LimitIterator を作成する Limit ... fset が 0 未満、 あるいは limit が -1 未満の場合に ValueError をスローします。 変更履歴 バージョン 説明 8.0 ... .0 offset が 0 未満の場合に、 ValueError をスローするようになりました。 これより前のバ ... ローしていました。 8.0.0 limit が -1 未満の場合に、 ValueError をスローするようになりました。 これより前のバ ... LimitIterator ( $ait , 1 , 3 ); foreach ( $lit as $value ) { echo $value . "\n" ; } ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/limititerator.construct.html - [similar]