検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 77 for V (0.005 sec.)
複数のアイテムを取得する 7749
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... 定したキー群から複数のアイテムを取得します。 注意 : v3.0 より前のバージョンでは、二番目のパラメータ &cas ... cas_tokens パラメータは memcached 拡張モジュールの v3.0 で削除されました。 その代わりに追加されたのが M ... 追加のオプションを設定します。 Memcached::GET_PRESERVE_ORDER は、要求したのと同じ順番でキーが返されること ... 例 例1 Memcached::getMulti() example for Memcached v3 <?php // Valid for v3 of the extension $m = new M ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
Character classes 7749
« Character representations Unicode character classes » PHP Manual Pattern matching Character cl ... z] and [a-z]{-}[aeiou] is the same as [b-df-hj-np-tv-z] . [^...] A single character not listed and not ... ter, [^0-9] . \s White space character, [ \t\n\r\f\v] . \S Non-white space character, [^ \t\n\r\f\v] . ...
https://man.plustar.jp/php/parle.regex.charclass.html - [similar]
Register a set of PHP functions as a Lua library 7487
« LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of ... terLibrary ( string $libname , array $functions ): void Registers a set of PHP functions as a Lua libra ... ry, so that Lua can call the relevant PHP code. For more information about calling Lu ... a functions and the return values, see LuaSandboxFunction::call() . パラメータ ... name of the library. In the Lua state, the global variable of this name will be set to the table of fu ...
https://man.plustar.jp/php/luasandbox.registerlibrary.html - [similar]
アクション名を設定します 7404
« oci_server_version oci_set_call_timeout » PHP Manual OCI8 関数 アクション名を設定します oci_se ... 的にSQLステートメントが実行されるときに起こります。 V$SESSION のようなデータベース管理ビューから、 アクシ ... 名を後に問い合わせることができます。 それは例えば、 V$SQLAREA 及び DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE ... きる sqlplus system/welcome SQL> select action from v$session; 注意 注意 : Oracle のバージョン この関数が ...
https://man.plustar.jp/php/function.oci-set-action.html - [similar]
モジュール名を設定します 7404
« oci_set_edition oci_set_prefetch_lob » PHP Manual OCI8 関数 モジュール名を設定します oci_set_m ... 的にSQLステートメントが実行されるときに起こります。 V$SESSION のようなデータベース管理ビューから、 名称を ... 後に問い合わせることができます。 それは例えば、 V$SQLAREA 及び DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE ... きる sqlplus system/welcome SQL> select module from v$session; 注意 注意 : Oracle のバージョン この関数が ...
https://man.plustar.jp/php/function.oci-set-module-name.html - [similar]
新しい固定長配列を作成する 7404
« SplFixedArray SplFixedArray::count » PHP Manual SplFixedArray 新しい固定長配列を作成する SplFi ... 指定します。 エラー / 例外 size が負の数である場合に ValueError をスローします。 変更履歴 バージョン 説明 ... 8.0.0 size が負の数である場合に ValueError をスローするようになりました。 これより前 ... のバージョンでは、 InvalidArgumentException をスローしていました。 例 例1 ... ] = 2 ; $array [ 4 ] = "foo" ; foreach( $array as $v ) { var_dump ( $v ); } ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/splfixedarray.construct.html - [similar]
基本的な使い方 7141
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... Name\", CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN 'view' WHEN 'i' THEN 'index' WHEN 'S' THEN ' ... N c.relowner = u.usesysid WHERE c.relkind IN ('r','v','S','') AND c.relname !~ '^pg_' ORDER BY 1; " ; r ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
Phar アーカイブの使用法: Phar クラスおよび PharData クラス 7141
« Phar アーカイブの使用法: phar ストリームラッパー Phar アーカイブの作成 » PHP Manual Phar アーカ ... ブの読み込みや操作をサポートしています。 また RecursiveDirectoryIterator クラスを継承しているため、順次処 ... e_get_contents ( 'phar:///path/to/myphar.phar/whatever.txt' ); $f = file_get_contents ( 'phar://myphar. ... phar/whatever.txt' ); ?> 新しく作成した Phar オブジェクト $p に ... rFileInfo クラスが作成されます。 $p['file.php'] = $v とすると、 myphar.phar の中に新しいファイル ( phar ...
https://man.plustar.jp/php/phar.using.object.html - [similar]
コマンドライン引数のリストからオプションを取得する 7045
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... クリプト example.php $options = getopt ( "f:hp:" ); var_dump ( $options ); ?> shell> php example.php -fv ... 出力は以下となります。 array(2) { ["f"]=> string(5) "value" ["h"]=> bool(false) } 例2 getopt() の例:長いオ ... ; $shortopts .= "f:" ; // 値が必須 $shortopts .= "v::" ; // 値がオプション $shortopts .= "abc" ; // こ ... し ); $options = getopt ( $shortopts , $longopts ); var_dump ( $options ); ?> shell> php example.php -f ...
https://man.plustar.jp/php/function.getopt.html - [similar]
メッセージキューを作成またはそれにアタッチする 7045
« ftok msg_queue_exists » PHP Manual セマフォ関数 メッセージキューを作成またはそれにアタッチする ... t_queue ( int $key , int $permissions = 0666 ): SysvMessageQueue | false msg_get_queue() は、指定した k ... ey で System V メッセージキューにアクセスするために使用される ID ... る場合には、 permissions は無視されます。 戻り値 SysvMessageQueue クラスのインスタンスを返します。System ... V メッセージキューにアクセスします。 失敗した場合に ...
https://man.plustar.jp/php/function.msg-get-queue.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT