検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 790 for result (0.074 sec.)
ディレクトリからエントリを削除する 4059
« ldap_count_references ldap_delete » PHP Manual LDAP 関数 ディレクトリからエントリを削除する ld ... ap , string $dn , ? array $controls = null ): LDAP\Result | false ldap_delete() と同じですが、 ldap_parse_re ... sult() を使ってパースされた結果を表す LDAP\Result クラスのインスタンスを返します。 パラメータ ldap_d ... elete() を参照してください。 戻り値 LDAP\Result クラスのインスタンスを返します。失敗した場合に fal ... ョンでは、 リソース を期待していました。 8.1.0 LDAP\Result クラスのインスタンスを返すようになりました。 これよ ...
https://man.plustar.jp/php/function.ldap-delete-ext.html - [similar]
フィールド番号に対応する型名を返す 4059
« pg_field_type_oid pg_flush » PHP Manual PostgreSQL 関数 フィールド番号に対応する型名を返す pg_ ... 番号に対応する型名を返す 説明 pg_field_type ( PgSql\Result $result , int $field ): string pg_field_type() は、 ... 指定した result インスタンスにおいて、指定した field の型名を保持す ... 前は pg_fieldtype() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数があ ... りますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 field フィールド番号。0 から ...
https://man.plustar.jp/php/function.pg-field-type.html - [similar]
Return a string with the flags of the given field offset 4045
« cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the ... n field offset 説明 cubrid_field_flags ( resource $result , int $field_offset ): string This function return ... _index , reverse_unique and timestamp . パラメータ result result comes from a call to cubrid_execute() field ... ubrid_connect ( "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM game WHE ... S' AND medal='G'" ); $col_num = cubrid_num_cols ( $result ); printf ( "%-30s %s\n" , "Field Name" , "Field F ...
https://man.plustar.jp/php/function.cubrid-field-flags.html - [similar]
ファイルを開く 4045
« eio_nthreads eio_poll » PHP Manual Eio 関数 ファイルを開く eio_open (PECL eio >= 0.0.1dev) eio ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... 。 戻り値 eio_open() は、成功した場合に callback の result 引数でファイルディスクリプタを返します。 それ以外の ... 場合は、 result は -1 になります。 例 例1 eio_open() の例 <?php $t ...
https://man.plustar.jp/php/function.eio-open.html - [similar]
現在の属性から属性を削除する 4045
« ldap_mod_add ldap_mod_del » PHP Manual LDAP 関数 現在の属性から属性を削除する ldap_mod_del_ext ... , array $entry , ? array $controls = null ): LDAP\Result | false ldap_mod_del() と同じですが、 ldap_parse_r ... esult() を使ってパースされた LDAP 結果を表す LDAP\Result クラスのインスタンスを返します。 パラメータ ldap_m ... od_del() を参照してください。 戻り値 LDAP\Result クラスのインスタンスを返します。失敗した場合に fal ... ョンでは、 リソース を期待していました。 8.1.0 LDAP\Result クラスのインスタンスを返すようになりました。 これよ ...
https://man.plustar.jp/php/function.ldap-mod_del-ext.html - [similar]
内部的な結果ポインタを移動する 4045
« mysql_create_db mysql_db_name » PHP Manual MySQL 関数 内部的な結果ポインタを移動する mysql_dat ... DO::FETCH_ORI_ABS 説明 mysql_data_seek ( resource $result , int $row_number ): bool mysql_data_seek() は、指 ... 定した結果 ID (result_identifier)が指す MySQL 結果の内部ポインタが指定し ... mysql_data_seek() は false を返します。 パラメータ result 評価された結果 リソース 。この結果は、 mysql_query ... y = 'SELECT last_name, first_name FROM friends' ; $result = mysql_query ( $query ); if (! $result ) { die( ' ...
https://man.plustar.jp/php/function.mysql-data-seek.html - [similar]
LDAP コントロール 4045
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... CONTROL_PASSWORDPOLICYREQUEST ]]); if ( ldap_parse_result ( $ds , $r , $errcode , $matcheddn , $errmsg , $re ... 、説明を変更する <?php // $link は、 LDAP 接続です $result = ldap_mod_replace_ext ( $link , 'o=test,dc=exampl ... escription=*))' ] ] ] ); // ここからは、ldap_parse_result を使う ?> 例3 削除する前に、いくつか値を読み取る < ... ?php // $link は、 LDAP 接続です $result = ldap_delete_ext ( $link , 'o=test,dc=example,dc= ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
直近の操作から発生した警告を取得する 4045
« Result::getGeneratedIds Result::getWarningsCount » PHP Manual mysql_xdevapi\Result 直近の操作か ... ら発生した警告を取得する Result::getWarnings (No version information available, mi ... ght only be in Git) Result::getWarnings — 直近の操作から発生した警告を取得する ... 説明 public mysql_xdevapi\Result::getWarnings (): array 直近の Result に対するの操作 ... 合は、空の配列が返されます。 例 例1 mysql_xdevapi\RowResult::getWarnings() の例 <?php $session = mysql_xdevapi ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarnings.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 4045
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペ ... ステートメントに変数をバインドする mysqli_stmt::bind_result mysqli_stmt_bind_result (PHP 5, PHP 7, PHP 8) mysq ... li_stmt::bind_result -- mysqli_stmt_bind_result — 結果を保存するため、プ ... る 説明 オブジェクト指向型 public mysqli_stmt::bind_result ( mixed &$var , mixed &...$vars ): bool 手続き型 m ... ysqli_stmt_bind_result ( mysqli_stmt $statement , mixed &$var , mixed &.. ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
メタデータ 4045
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... ンによる違いは調整されません。 メタデータは、 mysqli_result インターフェイスを使ってアクセスします。 例1 結果セ ... xample.com" , "user" , "password" , "database" ); $result = $mysqli -> query ( "SELECT 1 AS _one, 'Hello' AS ... _two FROM DUAL" ); var_dump ( $result -> fetch_fields ()); 上の例の出力は以下となります。 ... メタデータは、 アクセス方法も同じです。 mysqli_stmt::result_metadata() が、 適切な mysqli_result ハンドルを返し ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]