検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1101 for Id (0.007 sec.)
実行時設定 4012
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... sion.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_INI_ ... .cache_expire "180" PHP_INI_ALL session.use_trans_sid "0" PHP_INI_ALL session.trans_sid_tags "a=href,are ... PHP_INI_ALL PHP 7.1.0 から利用可能 session.trans_sid_hosts $_SERVER['HTTP_HOST'] PHP_INI_ALL PHP 7.1.0 ... から利用可能 session.sid_length "32" PHP_INI_ALL PHP 7.1.0 から利用可能 ses ...
https://man.plustar.jp/php/session.configuration.html - [similar]
クエリの次の行を内部バッファに取得する 3988
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... oci_execute() で実行した有効な OCI8 ステートメント ID、 あるいは REF CURSOR ステートメント ID。 戻り値 成 ... UOTES ), E_USER_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $ ... stid = oci_parse ( $conn , $sql ); // 実行前に定義してお ... く必要があります oci_define_by_name ( $stid , 'LOCATION_ID' , $locid ); oci_define_by_name ( $ ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
基本的な使用法 3988
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php ... // システムID 0xff3を有する 100 バイトの共有メモリブロックを作成 ... する $shm_id = shmop_open ( 0xff3 , "c" , 0644 , 100 ); if (! $ ... shm_id ) { echo "共有メモリセグメントを作成できませんでし ... モリのブロック長を得る $shm_size = shmop_size ( $shm_id ); echo "SHM ブロックサイズ: " . $shm_size . " が作 ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 3970
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... 数) の型の間で変換を行います。 抽象データ型 (LOB/ROWID/BFILE) をバインドする必要がある場合、まず oci_new_ ... _BLOB or OCI_B_BLOB - BLOB 用 SQLT_RDD or OCI_B_ROWID - ROWID 用 SQLT_NTY or OCI_B_NTY - 名前付けされたデ ... このようなテーブルを作ります // CREATE TABLE mytab (id NUMBER, text VARCHAR2(40)); $conn = oci_connect ( ... entities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , "INSERT INTO mytab (id, text ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
指定 ID のユーザーに関する情報を返す 3970
« posix_getpwnam posix_getrlimit » PHP Manual POSIX 関数 指定 ID のユーザーに関する情報を返す po ... six_getpwuid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getpwuid — 指定 ... ID のユーザーに関する情報を返す 説明 posix_getpwuid ( ... int $user_id ): array | false 指定したユーザー ID のユーザーにつ ... いての情報を配列で返します。 パラメータ user_id ユーザー ID。 戻り値 返される連想配列の要素は次のよ ...
https://man.plustar.jp/php/function.posix-getpwuid.html - [similar]
PHP のプロセス ID を取得する 3953
« getmyinode getmyuid » PHP Manual PHP オプション/情報 関数 PHP のプロセス ID を取得する getmypid ... d (PHP 4, PHP 5, PHP 7, PHP 8) getmypid — PHP のプロセス ID を取得する 説明 getmypid (): i ... nt | false 現在の PHP プロセスの ID を取得します。 パラメータ この関数にはパラメータは ... ありません。 戻り値 現在の PHP のプロセス ID を返し、エラーの場合は false を返します。 注意 警告 ... プロセス ID は一意ではなく、エントロピ源として優れたものではあ ...
https://man.plustar.jp/php/function.getmypid.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 3953
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... の使用法の例 <?php result = $pdo -> query ( "SELECT id, name FROM employees" ); while (list( $id , $name ... ) = $result -> fetch ( PDO :: FETCH_NUM )) { echo "id: $id , name: $name \n" ; } ?> 例3 ネストした list( ... る要素を混ぜることは許されません <?php $data = [ [ "id" => 1 , "name" => 'Tom' ], [ "id" => 2 , "name" => ... 'Fred' ], ]; foreach ( $data as [ "id" => $id , "name" => $name ]) { echo "id: $id , nam ...
https://man.plustar.jp/php/function.list.html - [similar]
タイムゾーン ID を取得する 3953
« IntlTimeZone::getGMT IntlTimeZone::getIDForWindowsID » PHP Manual IntlTimeZone タイムゾーン ID ... を取得する IntlTimeZone::getID intltz_get_id (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ... >= 3.0.0a1) IntlTimeZone::getID -- intltz_get_id — タイムゾーン ID を取得する 説明 ... オブジェクト指向型 (method): public IntlTimeZone::getID (): string | false 手続き型: intltz_get_id ( IntlT ... ん。 戻り値 関連キーワード: 取得 , IntlTimeZone , getID , intltz , string , 関数 , パラメータ , getGMT , g ...
https://man.plustar.jp/php/intltimezone.getid.html - [similar]
Get token id 3953
« Parle\Parser::token Parle\Parser::trace » PHP Manual Parle\Parser Get token id Parle\Parser::t ... okenId (PECL parle >= 0.5.1) Parle\Parser::tokenId — Get ... token id 説明 public Parle\Parser::tokenId ( string $tok ): ... int Retrieve the id of the named token. パラメータ tok Name of the tok ... oken() . 戻り値 Returns int representing the token id. 関連キーワード: token , Get , Parle , Parser , to ...
https://man.plustar.jp/php/parle-parser.tokenid.html - [similar]
Get token id 3953
« Parle\RParser::token Parle\RParser::trace » PHP Manual Parle\RParser Get token id Parle\RParse ... r::tokenId (PECL parle >= 0.7.0) Parle\RParser::tokenId — Get ... token id 説明 public Parle\RParser::tokenId ( string $tok ) ... : int Retrieve the id of the named token. パラメータ tok Name of the tok ... oken() . 戻り値 Returns int representing the token id. 関連キーワード: token , Get , Parle , RParser , t ...
https://man.plustar.jp/php/parle-rparser.tokenid.html - [similar]