検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 710 for user (0.015 sec.)
tcpwrap のチェックを実行する 3481
« TCP 関数 Varnish » PHP Manual TCP 関数 tcpwrap のチェックを実行する tcpwrap_check (PECL tcpwra ... check ( string $daemon , string $address , string $user = ? , bool $nodns = false ): bool この関数は /etc/ ... アドレスあるいはドメイン名の どちらでも指定可能。 user ユーザー名(オプション)。 nodns address がドメイン ...
https://man.plustar.jp/php/function.tcpwrap-check.html - [similar]
サーバープールの統計情報を取得する 3481
« Memcached::getServerList Memcached::getVersion » PHP Manual Memcached サーバープールの統計情報 ... [time] => 1233868010 [pointer_size] => 32 [rusage_user_seconds] => 0 [rusage_user_microseconds] => 140000 ...
https://man.plustar.jp/php/memcached.getstats.html - [similar]
ステートメントの実行 3481
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... , 1 ); $mysqli -> real_connect ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
クラスをエクスポートする 3481
« ReflectionClass::__construct ReflectionClass::getAttributes » PHP Manual ReflectionClass クラス ... 例の出力は、 たとえば以下のようになります。 Class [ <user> class Apple ] { @@ php shell code 1-8 - Constants ... efault> public $var2 ] } - Methods [1] { Method [ <user> public method type ] { @@ php shell code 5 - 7 } ...
https://man.plustar.jp/php/reflectionclass.export.html - [similar]
クエリを実行し、単一の結果を返す 3481
« SQLite3::query SQLite3::setAuthorizer » PHP Manual SQLite3 クエリを実行し、単一の結果を返す SQ ... edb.db' ); var_dump ( $db -> querySingle ( 'SELECT username FROM user WHERE userid=1' )); print_r ( $db -> ... querySingle ( 'SELECT username, email FROM user WHERE userid=1' , true )); ?> ... ば以下のようになります。 string(5) "Scott" Array ( [username] => Scott [email] => scott@example.com ) 関連キ ...
https://man.plustar.jp/php/sqlite3.querysingle.html - [similar]
Swoole 3446
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... ions triggered by events. Swoole\Client::pause — Pause receiving data. Swoole\Client::pipe — Redirect the ... The Swoole\Coroutine class 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 ... r to the server. Swoole\Server::addProcess — Add a user defined swoole_process to the server. Swoole\Serve ...
https://man.plustar.jp/php/book.swoole.html - [similar]
libcurl セッションハンドルのすべてのオプションをリセットする 3446
« curl_pause curl_setopt_array » PHP Manual cURL 関数 libcurl セッションハンドルのすべてのオプシ ... ハンドルを作ります $ch = curl_init (); // CURLOPT_USERAGENT オプションを設定します curl_setopt ( $ch , CU ... RLOPT_USERAGENT , "My test user-agent" ); // これまでに設定さ ... mple.com/' ); curl_exec ( $ch ); // 事前に設定した user-agent は送信されません。curl_reset で初期化されたか ...
https://man.plustar.jp/php/function.curl-reset.html - [similar]
FTP サーバー上でディレクトリを移動する 3446
« ftp_cdup ftp_chmod » PHP Manual FTP 関数 FTP サーバー上でディレクトリを移動する ftp_chdir (PHP ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 接続できたか確認する i ...
https://man.plustar.jp/php/function.ftp-chdir.html - [similar]
FTP サーバー上でのコマンドの実行をリクエストする 3446
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp ... インします。 $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // コマンドを実行します。 ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]
ディレクトリを作成する 3446
« ftp_mdtm ftp_mlsd » PHP Manual FTP 関数 ディレクトリを作成する ftp_mkdir (PHP 4, PHP 5, PHP 7, ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // ディレクトリ $dir の作 ...
https://man.plustar.jp/php/function.ftp-mkdir.html - [similar]