検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 710 for user (3.238 sec.)
直近のステートメントのコールに関するエラーコードを返す 3327
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... ンします */ $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... します */ $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 3327
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... 開きます */ $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続を確認します ... きます */ $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続を確認します ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
直近のステートメントのエラー内容を文字列で返す 3327
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... ンします */ $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... します */ $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
直近のクエリの AUTO_INCREMENT カラムで生成した値を返す 3327
« mysqli::init mysqli::kill » PHP Manual mysqli 直近のクエリの AUTO_INCREMENT カラムで生成した値 ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $mysqli -> query ( " ... RICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); mysqli_query ( $link ...
https://man.plustar.jp/php/mysqli.insert-id.html - [similar]
テスト 3327
« インストール手順 実行時設定 » PHP Manual インストール/設定 テスト テスト OCI8 のテストスイート ... P のテストを実行する前に、 details.inc を編集して $user、$password と接続文字列 $dbase を編集します。 OCI8 ... 数で設定することもできます。 $ export PHP_OCI8_TEST_USER=system $ export PHP_OCI8_TEST_PASS=oracle $ export ...
https://man.plustar.jp/php/oci8.test.html - [similar]
ファイルとともに保存する、ファイル固有のメタデータを設定する 3327
« PharFileInfo::isCompressed PharException » PHP Manual PharFileInfo ファイルとともに保存する、フ ... 'hello' ; $p [ 'file.txt' ]-> setMetadata (array( 'user' => 'bill' , 'mime-type' => 'text/plain' )); var_d ... ; } ?> 上の例の出力は以下となります。 array(2) { ["user"]=> string(4) "bill" ["mime-type"]=> string(10) "t ...
https://man.plustar.jp/php/pharfileinfo.setmetadata.html - [similar]
3327
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... を読み出す */ $ftpfile = file_get_contents ( "ftp://user:pass@ftp.example.com/foo.txt" ); /* FTPS を利用し、 ... 読み出す */ $ftpsfile = file_get_contents ( "ftps://user:pass@ftp.example.com/foo.txt" ); ?> 例2 https のサ ...
https://man.plustar.jp/php/stream.examples.html - [similar]
Returns EventBufferEvent object 3299
« EventHttpRequest::free EventHttpRequest::getCommand » PHP Manual EventHttpRequest Returns Even ... ature destruction when the method is called from a user callback. So the EventBufferEvent object should be ...
https://man.plustar.jp/php/eventhttprequest.getbufferevent.html - [similar]
ファイルのステータスのキャッシュをクリアする 3299
« chown copy » PHP Manual ファイルシステム 関数 ファイルのステータスのキャッシュをクリアする cle ... ion get_owner ( $file ) { $stat = stat ( $file ); $user = posix_getpwuid ( $stat [ 'uid' ]); return $user ...
https://man.plustar.jp/php/function.clearstatcache.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 3299
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... t.timeout" , 30 ); $stream = fopen ( "expect://scp user@remotehost:/var/log/messages /home/user/messages.t ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]