検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 710 for user (0.034 sec.)
4061
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } // 文を準備します $stid = oci_parse ( $ ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } // クエリを実行します $r = oci_execute ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } // クエリの結果を取得します print "<tab ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INT ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
APC User Cache 4026
« PHP の振る舞いの変更 はじめに » PHP Manual PHP の振る舞いの変更 APC User Cache APC User Cache ... ーワード: apcu , APCUIterator , 取得 , キャッシュ , User , Cache , APCu , 変数 , 情報 , データ ...
https://man.plustar.jp/php/book.apcu.html - [similar]
The Swoole\Coroutine class 4026
« Swoole\Connection\Iterator::valid Swoole\Coroutine::call_user_func_array » PHP Manual Swoole T ... oole\Coroutine { /* メソッド */ public static call_user_func_array ( callable $callback , array $param_arr ... ay ): mixed public static call_user_func ( callable $callback , mixed ...$args ): mixe ... spend (): ReturnType } 目次 Swoole\Coroutine::call_user_func_array — Call a callback with an array of para ... meters Swoole\Coroutine::call_user_func — Call a callback given by the first paramete ...
https://man.plustar.jp/php/class.swoole-coroutine.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 4026
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT dep ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT id, ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT id, ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT 1, ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
Set the idle callback function 4026
« ZMQDevice::run ZMQDevice::setIdleTimeout » PHP Manual ZMQDevice Set the idle callback function ... llback ( callable $cb_func , int $timeout , mixed $user_data = ? ): ZMQDevice Sets the idle callback funct ... he callback function signature is callback (mixed $user_data). パラメータ cb_func Callback function to inv ... onds between invocations of the callback function. user_data Additional data to pass to the callback funct ...
https://man.plustar.jp/php/zmqdevice.setidlecallback.html - [similar]
Set the timer callback function 4026
« ZMQDevice::setIdleTimeout ZMQDevice::setTimerTimeout » PHP Manual ZMQDevice Set the timer call ... llback ( callable $cb_func , int $timeout , mixed $user_data = ? ): ZMQDevice Sets the timer callback func ... he callback function signature is callback (mixed $user_data). Added in ZMQ extension version 1.1.0. パラメ ... onds between invocations of the callback function. user_data Additional data to pass to the callback funct ...
https://man.plustar.jp/php/zmqdevice.settimercallback.html - [similar]
プラグインを登録する 3998
« Yaf_Dispatcher::initView Yaf_Dispatcher::returnResponse » PHP Manual Yaf_Dispatcher プラグイン ... ill be: * [application.directory] . "/plugins/" . "User" . [application.ext] */ $user = new UserPlugin (); ... $dispatcher -> registerPlugin ( $user ); } } ?> 参考 Yaf_Plugin_Abstract Yaf_Bootstrap_A ...
https://man.plustar.jp/php/yaf-dispatcher.registerplugin.html - [similar]
SITEコマンドをサーバーに送信する 3970
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4 ... die( 'Unable to connect to ftp.example.com' ); // "user" として、パスワード "pass" でログインする if (! ft ... p_login ( $ftp , 'user' , 'pass' )) die( 'Error logging into ftp.example. ... com' ); // FTP サーバーに "SITE CHMOD 0600 /home/user/privatefile" コマンドを発行する if ( ftp_site ( $f ... tp , 'CHMOD 0600 /home/user/privatefile' )) { echo "Command executed successfu ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
現在のプロセスの実効 UID を設定する 3970
« posix_setegid posix_setgid » PHP Manual POSIX 関数 現在のプロセスの実効 UID を設定する posix_s ... セスの実効 UID を設定する 説明 posix_seteuid ( int $user_id ): bool 現在のプロセスの実効ユーザー ID を設定し ... いて適当な権限 (通常は root) が必要です。 パラメータ user_id ユーザー ID。 戻り値 成功した場合に true を、失 ... 実効 , UID , ユーザー , 関数 , seteuid , setgid , user , int ...
https://man.plustar.jp/php/function.posix-seteuid.html - [similar]
実用的な例 3970
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な ... には、ブラウザが HTTP リクエストの一部として送信した user agent 文字列を調べます。 この情報は、 変数 に保存さ ... で始まります。 ここで使用する変数は、 $_SERVER['HTTP_USER_AGENT'] です。 注意 : $_SERVER は、 Web サーバー関 ... 数を出力する (配列要素) <?php echo $_SERVER [ 'HTTP_USER_AGENT' ]; ?> このスクリプトの出力例は以下のようにな ... 関数 の使用例 <?php if ( strpos ( $_SERVER [ 'HTTP_USER_AGENT' ], 'MSIE' ) !== false ) { echo 'あなたはInt ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]