検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1025 for type (0.024 sec.)
Adds an HTTP header to the headers of the request 3396
« EventHttpRequest EventHttpRequest::cancel » PHP Manual EventHttpRequest Adds an HTTP header to ... st::addHeader ( string $key , string $value , int $type ): bool Adds an HTTP header to the headers of the ... t. パラメータ key Header name. value Header value. type One of EventHttpRequest::*_HEADER constants . 戻り ... ttpRequest , the , of , addHeader , string , key , type ...
https://man.plustar.jp/php/eventhttprequest.addheader.html - [similar]
Return the name of the table of the specified field 3396
« cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the ... -15s %s\n" , "Field Table" , "Field Name" , "Field Type" ); for( $i = 0 ; $i < $col_num ; $i ++) { printf ... , cubrid_field_name ( $result , $i ), cubrid_field_type ( $result , $i )); } cubrid_disconnect ( $conn ); ... 出力は以下となります。 Field Table Field Name Field Type code s_name char code f_name varchar 関連キーワード ...
https://man.plustar.jp/php/function.cubrid-field-table.html - [similar]
Get a column using OID 3396
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... You can get single attribute by using string data type for the attr argument, or many attributes by using ... array data type for the attr argument. パラメータ conn_identifier ... s is successful; When attr is set with string data type, the result is returned as a string; when attr is ... set with array data type (0-based numerical array), then the result is retu ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
定義されたエラー処理ルーチンにエラーメッセージを送信する 3396
« error_get_last error_reporting » PHP Manual エラー処理関数 定義されたエラー処理ルーチンにエラー ... する 説明 error_log ( string $message , int $message_type = 0 , ? string $destination = null , ? string $add ... message ログに記録されるエラーメッセージ。 message_type メッセージをどこに送るのかを指定します。以下の中か ... セージの送信先。その設定は、上で説明している message_type パラメータの値によります。 additional_headers 追加 ... のヘッダ。 message_type パラメータが 1 に設定される場合に利用されます。 こ ...
https://man.plustar.jp/php/function.error-log.html - [similar]
変数の型を取得する 3396
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, ... PHP 7, PHP 8) gettype — 変数の型を取得する 説明 gettype ( mixed $value ) ... esource (closed)" (PHP 7.2.0 以降) "NULL" "unknown type" 変更履歴 バージョン 説明 7.2.0 クローズ済みのリソ ... (closed)' を返すようになりました。 以前は 'unknown type' を返していました。 例 例1 gettype() の例 <?php $d ... s , 'foo' ); foreach ( $data as $value ) { echo gettype ( $value ), "\n" ; } ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/function.gettype.html - [similar]
フィールドに関する情報を得る 3396
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ... るキーは name 、 alias 、 relation 、 length そして type です。 例 例1 ibase_field_info() の例 <?php $rs = ... "length: " . $col_info [ 'length' ]. "\n" ; echo "type: " . $col_info [ 'type' ]. "\n" ; } ?> 参考 ibase_ ... ase , info , 配列 , result , fields , num , 参考 , type ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
Unicode の一般カテゴリの情報付きで、全てのコードポイントを走査する 3396
« IntlChar::enumCharNames IntlChar::foldCase » PHP Manual IntlChar Unicode の一般カテゴリの情報付 ... で、全てのコードポイントを走査する IntlChar::enumCharTypes (PHP 7, PHP 8) IntlChar::enumCharTypes — Unicode ... ントを走査する 説明 public static IntlChar::enumCharTypes ( callable $callback ): void Unicode の一般カテゴ ... を作る用途などに役立ちます。 一般カテゴリ("character type") の情報が付いた、コードポイントの連続した範囲それ ... callback 関数がコールされます。 隣接した範囲は違う type を持ちます。 Unicode 標準は、この type の値の範囲が ...
https://man.plustar.jp/php/intlchar.enumchartypes.html - [similar]
Description 3396
« Swoole\Redis\Server::format Swoole\Redis\Server::start » PHP Manual Swoole\Redis\Server Descri ... ack , string $number_of_string_param = ? , string $type_of_array_param = ? ): ReturnType 警告 この関数は、 ... パラメータ command callback number_of_string_param type_of_array_param 戻り値 関連キーワード: Description ... Swoole , param , setHandler , command , callback , type , array ...
https://man.plustar.jp/php/swoole-redis-server.sethandler.html - [similar]
Add item to the poll set 3396
« ZMQPoll ZMQPoll::clear » PHP Manual ZMQPoll Add item to the poll set ZMQPoll::add (PECL zmq >= ... set 説明 public ZMQPoll::add ( mixed $entry , int $type ): string Adds a new item to the poll set and retu ... ータ entry ZMQSocket object or a PHP stream resource type Defines what activity the socket is polled for. Se ... em , poll , Add , ZMQPoll , the , string , entry , type , added , remove ...
https://man.plustar.jp/php/zmqpoll.add.html - [similar]
パラメータを変数にバインドする 3372
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... ndParam ( string | int $param , mixed &$var , int $type = SQLITE3_TEXT ): bool パラメータを変数にバインドし ... から始まります。 var 変数にバインドするパラメータ。 type バインドするパラメータのデータ型。 SQLITE3_INTEGER ... ます。 SQLITE3_NULL : NULL 値。 PHP 7.0.7 以降では、 type が省略されると、 自動的に var の型から検出します: ... XT として扱われます。 これより前のバージョンでは、 type が省略されると、 デフォルトの型 SQLITE3_TEXT になっ ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]