検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 790 for result (0.042 sec.)
GET/POST/COOKIE データをパースし、グローバル変数を設定する 3286
« mb_output_handler mb_preferred_mime_name » PHP Manual マルチバイト文字列 関数 GET/POST/COOKIE ... 定する 説明 mb_parse_str ( string $string , array &$result ): bool GET/POST/COOKIE データをパースし、 グローバ ... ディングを検出、 内部エンコーディングへ変換し、配列 result またはグローバル配列に設定します。 パラメータ stri ... ng URL エンコードされたデータ。 result デコードされ、文字エンコーディング変換された文字列 ... 連キーワード: データ , 設定 , T/C , パース , OOKIE , result , 文字 , string , 取得 , 変換 ...
https://man.plustar.jp/php/function.mb-parse-str.html - [similar]
Add a background task to be run in parallel 3286
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... ( substr ( $workload , $x , 1 )); sleep ( 1 ); } $result = strrev ( $workload ); echo "Result: $result \n" ... n what we want to send back to the client. return $result ; } ?> Worker output for two workers running: Rece ... tus: 12/12 complete Sending status: 12/12 complete Result: !dlroW olleH Result: Hello World! Client output: ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
直近の操作で発生した警告の数を取得する 3286
« DocResult::getWarnings mysql_xdevapi\Exception » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... で発生した警告の数を取得する DocResult::getWarningsCount (No version information availabl ... e, might only be in Git) DocResult::getWarningsCount — 直近の操作で発生した警告の数を ... 取得する 説明 public mysql_xdevapi\DocResult::getWarningsCount (): int 直近の操作によって発生し ... 発生した警告の数を返します。 例 例1 mysql_xdevapi\DocResult::getWarningsCount() の例 <?php $session = mysql_xd ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarningscount.html - [similar]
結果セットから次の行を取得する 3286
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... next row as an array indexed by column name\n" ); $result = $sth -> fetch ( PDO :: FETCH_ASSOC ); print_r ( ... $result ); print( "\n" ); print( "PDO::FETCH_BOTH: " ); pr ... rray indexed by both column name and number\n" ); $result = $sth -> fetch ( PDO :: FETCH_BOTH ); print_r ( $ ... mous object with column names as properties\n" ); $result = $sth -> fetch ( PDO :: FETCH_LAZY ); print $resu ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
ODBC (Unified) 3272
« dba_sync はじめに » PHP Manual 抽象化レイヤー ODBC (Unified) ODBC (Unified) はじめに インストー ... foreignkeys — 外部キーのリストを取得する odbc_free_result — 結果を保持するリソースを開放する odbc_gettypeinf ... odbc_longreadlen — LONG カラムを処理する odbc_next_result — 複数の結果が利用可能などうか確認する odbc_num_fi ... に保存されているプロシージャのリストを取得する odbc_result_all — HTML テーブルとして結果を出力する odbc_resul ... fied , テーブル , リスト , カラム , fetch , 接続 , result , 実行 , 情報 ...
https://man.plustar.jp/php/book.uodbc.html - [similar]
Get a lob object's size 3272
« cubrid_lob2_size64 cubrid_lob2_tell64 » PHP Manual CUBRID 関数 Get a lob object's size cubrid_ ... ect. パラメータ lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. 戻 ... brid , Get , s , ursor , tell , LOB , identifier , result ...
https://man.plustar.jp/php/function.cubrid-lob2-size.html - [similar]
指定したパラメータを用いてプリペアドステートメントを実行するリクエストを 送信し... 3272
« pg_escape_string pg_fetch_all_columns » PHP Manual PostgreSQL 関数 指定したパラメータを用いてプ ... on = ? , string $stmtname , array $params ): PgSql\Result | false 指定したパラメータを用いてプリペアドステー ... は文字列に変換されます。 戻り値 成功した場合に PgSql\Result クラスのインスタンスを返します。 失敗した場合に fa ... e を返します. 変更履歴 バージョン 説明 8.1.0 PgSql\Result クラスのインスタンスを返すようになりました。 これよ ... onnect ( "dbname=mary" ); // 実行するクエリを準備 $result = pg_prepare ( $dbconn , "my_query" , 'SELECT * FR ...
https://man.plustar.jp/php/function.pg-execute.html - [similar]
ステートメントの結果セットの任意の行に移動する 3272
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... の位置に結果ポインタを移動します。 mysqli_stmt_store_result() は、 mysqli_stmt_data_seek() より前にコールしなけ ... e (); /* 結果変数をバインドします */ $stmt -> bind_result ( $name , $code ); /* 結果を取得します */ $stmt -> ... store_result (); /* 行番号 400 に移動します */ $stmt -> data_se ... ); /* 結果変数をバインドします */ mysqli_stmt_bind_result ( $stmt , $name , $code ); /* 結果を取得します */ ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
非同期に通知を取得する 3272
« PDO::pgsqlCopyToFile PDO::pgsqlGetPid » PHP Manual PostgreSQL (PDO) 非同期に通知を取得する PDO ... 知を取得する 説明 public PDO::pgsqlGetNotify ( int $result_type = PDO::FETCH_USE_DEFAULT , int $ms_timeout = ... 非同期な通知を示す結果セットを返します。 パラメータ result_type 結果セットを返すフォーマット。 PDO::FETCH_* 定 ... ード: 通知 , 非同期 , 取得 , PDO , pgsqlGetNotify , result , セット , type , timeout , int ...
https://man.plustar.jp/php/pdo.pgsqlgetnotify.html - [similar]
ODBC 関数 3272
« 定義済み定数 odbc_autocommit » PHP Manual ODBC ODBC 関数 ODBC 関数 目次 odbc_autocommit — 自動 ... foreignkeys — 外部キーのリストを取得する odbc_free_result — 結果を保持するリソースを開放する odbc_gettypeinf ... odbc_longreadlen — LONG カラムを処理する odbc_next_result — 複数の結果が利用可能などうか確認する odbc_num_fi ... に保存されているプロシージャのリストを取得する odbc_result_all — HTML テーブルとして結果を出力する odbc_resul ... 取得 , 関数 , リスト , テーブル , カラム , 接続 , result , fetch , 情報 , num ...
https://man.plustar.jp/php/ref.uodbc.html - [similar]