検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 374 for Test (0.018 sec.)
出力リライトの使用法 4555
« 基本的な使用法 出力制御 関数 » PHP Manual 例 出力リライトの使用法 出力リライトの使用法 PHP 7.1 ... L と form に追加されます output_add_rewrite_var ( 'test' , 'value' ); ?> <a href="//php.net/index.php?bug= ... 出力は以下となります。 <a href="//php.net/?bug=1234&test=value">bug1234</a> <form action="https://php.net/? ... 4&edit=1" method="post"><input type="hidden" name="test" value="value" /> <input type="text" name="title" ...
https://man.plustar.jp/php/outcontrol.examples.rewrite.html - [similar]
FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 4512
« ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル ... ダウンロードを開始する $ret = ftp_nb_get ( $ftp , "test" , "README" , FTP_BINARY ); while ( $ret == FTP_MO ... を再開する <?php // 開始 $ret = ftp_nb_get ( $ftp , "test" , "README" , FTP_BINARY , filesize ( "test" )); / ... / あるいは: $ret = ftp_nb_get($my_connection, "test", "README", // FTP_BINARY, FTP_AUTORESUME); while ...
https://man.plustar.jp/php/function.ftp-nb-get.html - [similar]
Give the worker an identifier so it can be tracked when asking gearmand for the ... 4512
« GearmanWorker::returnCode GearmanWorker::setOptions » PHP Manual GearmanWorker Give the worker ... worker = new GearmanWorker (); $worker -> setId ( 'test' ); ?> 上の例の出力は、 たとえば以下のようになりま ... ers Output: 30 ::3a3a:3361:3361:3a33%976303667 - : test 関連キーワード: GearmanWorker , identifier , setId ...
https://man.plustar.jp/php/gearmanworker.setid.html - [similar]
指定されたデータベース接続のユーザー名を変更する 4512
« mysqli::begin_transaction mysqli::character_set_name » PHP Manual mysqli 指定されたデータベース ... er() の例 オブジェクト指向型 <?php /* データベース test に接続します */ $mysqli = new mysqli ( "localhost" ... , "my_user" , "my_password" , "test" ); /* 接続をチェックします */ if ( mysqli_connect ... qli -> close (); ?> 手続き型 <?php /* データベース test に接続します */ $link = mysqli_connect ( "localhos ... t" , "my_user" , "my_password" , "test" ); /* 接続をチェックします */ if (! $link ) { pri ...
https://man.plustar.jp/php/mysqli.change-user.html - [similar]
復号のためのキーを追加する 4468
« GnuPG 関数 gnupg_addencryptkey » PHP Manual GnuPG 関数 復号のためのキーを追加する gnupg_adddec ... es , "8660281B6051D071D94B5B230549F9DC851566DC" , "test" ); ?> 例2 オブジェクト指向の gnupg_adddecryptkey( ... ey ( "8660281B6051D071D94B5B230549F9DC851566DC" , "test" ); ?> 関連キーワード: キー , 復号 , 追加 , adddec ...
https://man.plustar.jp/php/function.gnupg-adddecryptkey.html - [similar]
署名のためのキーを追加する 4468
« gnupg_addencryptkey gnupg_cleardecryptkeys » PHP Manual GnuPG 関数 署名のためのキーを追加する ... es , "8660281B6051D071D94B5B230549F9DC851566DC" , "test" ); ?> 例2 オブジェクト指向の gnupg_addsignkey() の ... ey ( "8660281B6051D071D94B5B230549F9DC851566DC" , "test" ); ?> 関連キーワード: キー , 署名 , 追加 , addsig ...
https://man.plustar.jp/php/function.gnupg-addsignkey.html - [similar]
GD2 ファイルまたは URL の指定した部分から新規イメージを生成する 4468
« imagecreatefromgd2 imagecreatefromgd » PHP Manual GD および Image 関数 GD2 ファイルまたは URL ... のサイズが必要となります $image = getimagesize ( './test.gd2' ); // 画像のサイズを取得し、 // 画像のインスタ ... ンスを作成します $im = imagecreatefromgd2part ( './test.gd2' , 4 , 4 , ( $image [ 0 ] / 2 ) - 6 , ( $image ... // 最適化した画像を保存します imagegd2 ( $im , './test_emboss.gd2' ); imagedestroy ( $im ); ?> 注意 警告 ...
https://man.plustar.jp/php/function.imagecreatefromgd2part.html - [similar]
PostgreSQL サーバーからの直近の通知メッセージを返す 4424
« pg_last_error pg_last_oid » PHP Manual PostgreSQL 関数 PostgreSQL サーバーからの直近の通知メッ ... host=localhost" ); $res = pg_query ( "CREATE TABLE test (id SERIAL)" ); $notice = pg_last_notice ( $pgsql_ ... ります。 CREATE TABLE will create implicit sequence "test_id_seq" for "serial" column "test.id" 参考 pg_quer ...
https://man.plustar.jp/php/function.pg-last-notice.html - [similar]
クエリを実行するためのデフォルトのデータベースを選択する 4424
« mysqli::savepoint mysqli::set_charset » PHP Manual mysqli クエリを実行するためのデフォルトのデ ... ysqli ( "localhost" , "my_user" , "my_password" , "test" ); /* 現在のデフォルトデータベース名を取得します ... nnect ( "localhost" , "my_user" , "my_password" , "test" ); /* 現在のデフォルトデータベース名を取得します ... 上の例の出力は以下となります。 Default database is test. Default database is world. 参考 mysqli_connect() ...
https://man.plustar.jp/php/mysqli.select-db.html - [similar]
Get SeasLog request_id differentiated requests 4424
« SeasLog::getLastLogger SeasLog::getRequestVariable » PHP Manual SeasLog Get SeasLog request_id ... ; var_dump ( SeasLog :: setRequestID ( 'reqeust_id_test_' . time ())); var_dump ( SeasLog :: getRequestID ... "5b3f21a209519" bool(true) string(26) "reqeust_id_test_1530864034" 参考 SeasLog::setRequestID() - Set Sea ...
https://man.plustar.jp/php/seaslog.getrequestid.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT