検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 2833 for 出力 (0.021 sec.)
Gets read timeout 2482
« Stomp::error Stomp::getSessionId » PHP Manual Stomp Gets read timeout Stomp::getReadTimeout st ... /* close connection */ unset( $stomp ); ?> 上の例の出力は、 たとえば以下のようになります。 array(2) { ["sec ... se connection */ stomp_close ( $link ); ?> 上の例の出力は、 たとえば以下のようになります。 array(2) { ["sec ... t , array , int , getReadTimeout , 手続き , usec , 出力 , getSessionId , public ...
https://man.plustar.jp/php/stomp.getreadtimeout.html - [similar]
日付/時刻 の算術 2453
« 例 DateTime » PHP Manual 例 日付/時刻 の算術 日付/時刻 の算術 以下の例は、DST(夏時間) への移行 ... > format ( "Y-m-d H:i:s P" ), PHP_EOL ; ?> 上の例の出力は以下となります。 Start: 2015-11-01 00:00:00 -04:00 ... > format ( "Y-m-d H:i:s P" ), PHP_EOL ; ?> 上の例の出力は以下となります。 Start: 2015-11-01 00:00:00 -04:00 ... > format ( "Y-m-d H:i:s P" ), PHP_EOL ; ?> 上の例の出力は以下となります。 Normal year: Start: 2015-01-31 00 ... > format ( "Y-m-d H:i:s P" ), PHP_EOL ; ?> 上の例の出力は以下となります。 Normal year: Start: 2015-01-31 00 ...
https://man.plustar.jp/php/datetime.examples-arithmetic.html - [similar]
警告およびエラーを返す 2453
« DateTimeImmutable::createFromMutable DateTimeImmutable::modify » PHP Manual DateTimeImmutable ... うに書くべき // echo $e->getMessage(); } ?> 上の例の出力は以下となります。 Array ( [warning_count] => 1 [war ... imezone could not be found in the database ) ) この出力のインデックス 6 と 0 は、エラーが発生した文字列内で ... mmutable , および , getLastErrors , Array , 配列 , 出力 , timezone , パラメータ ...
https://man.plustar.jp/php/datetimeimmutable.getlasterrors.html - [similar]
検証 2453
« 例 除去 » PHP Manual 例 検証 検証 例1 filter_var() でのメールアドレスの検証 <?php $email_a = ' ... はメールアドレスとして無効です。\n" ; } ?> 上の例の出力は以下となります。 'joe@example.com' はメールアドレス ... b ' は IP アドレスとして有効です。" ; } ?> 上の例の出力は以下となります。 '127.0.0.1' は IP アドレスとして有 ... 有効な値 (0 から 3 までの間) です。" ; } ?> 上の例の出力は以下となります。 整数値 A '1' は有効な値 (0 から 3 ... 連キーワード: 検証 , filter , var , メールアドレス , 出力 , アドレス , 整数 , 除去 , bogus , ...
https://man.plustar.jp/php/filter.examples.validation.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 2453
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連 ... ate_parse ( "2006-12-12 10:00:00.5" )); ?> 上の例の出力は以下となります。 array(12) { 'year' => int(2006) ' ... se ( "June 2nd, 2022, 10:28:17 BST" )); ?> 上の例の出力は以下となります。 array(16) { 'year' => int(2022) ' ... 2nd, 2022, 10:28:17 Europe/London" )); ?> 上の例の出力は以下となります。 array(14) { 'year' => int(2022) ' ... ump ( date_parse ( "June 2nd, 2022" )); ?> 上の例の出力は以下となります。 array(12) { 'year' => int(2022) ' ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
対応する GeoIP データベースのファイル名を返す 2453
« geoip_db_avail geoip_db_get_all_info » PHP Manual GeoIP 関数 対応する GeoIP データベースのファ ... e() の例 これは、対応するデータベースのファイル名を出力します。 <?php print geoip_db_filename ( GEOIP_COUNT ... RY_EDITION ); ?> 上の例の出力は以下となります。 /usr/share/GeoIP/GeoIP.dat 関連キ ... : データベース , GeoIP , 対応 , geoip , filename , 出力 , 関数 , database , モジュール , usr ...
https://man.plustar.jp/php/function.geoip-db-filename.html - [similar]
セカンドレベルドメインの名前を取得する 2453
« geoip_db_get_all_info geoip_id_by_name » PHP Manual GeoIP 関数 セカンドレベルドメインの名前を取 ... アドレス 61.106.139.1 に関連付けられているドメインを出力します。 <?php $domain = geoip_domain_by_name ( '61. ... { echo 'The domain is: ' . $domain ; } ?> 上の例の出力は以下となります。 The domain is: von.co.kr 関連キー ... 関数 , データベース , hostname , string , GeoIP , 出力 ...
https://man.plustar.jp/php/function.geoip-domain-by-name.html - [similar]
与えられたキーから導出されるHKDFキーを生成する 2453
« hash_final hash_hmac_algos » PHP Manual Hash 関数 与えられたキーから導出されるHKDFキーを生成す ... 入力キー (生のバイナリ)。 空ではいけません。 length 出力の長さをバイト単位で指定します。 選んだハッシュ関数の ... 5倍以下でなければなりません。 length が 0 の場合、 出力の長さはハッシュ関数が選んだデフォルトのサイズになり ... たキーの生バイナリ表現の文字列を返します(この値は、 出力キーマテリアル(OKM) としても知られています)。 失敗時 ... 生成 , 導出 , HKDF , hash , string , length , hkdf , 出力 , サイズ ...
https://man.plustar.jp/php/function.hash-hkdf.html - [similar]
サービスマネージャに接続する 2453
« ibase_server_info ibase_service_detach » PHP Manual Firebird/InterBase 関数 サービスマネージャ ... (切断) ibase_service_detach ( $service ); // 情報を出力 echo "Server version: " . $server_version . "<br/> ... plementation ; } else { // エラー時にはメッセージを出力 $conn_error = ibase_errmsg (); die( $conn_error ); ... (切断) ibase_service_detach ( $service ); // 情報を出力 echo "Server version: " . $server_version . "<br/> ... plementation ; } else { // エラー時にはメッセージを出力 $conn_error = ibase_errmsg (); die( $conn_error ); ...
https://man.plustar.jp/php/function.ibase-service-attach.html - [similar]
GD イメージにガンマ補正を適用する 2453
« imagefttext imagegd2 » PHP Manual GD および Image 関数 GD イメージにガンマ補正を適用する image ... ma ): bool 指定した GD 画像 image に 入力ガンマ値、出力ガンマ値を指定してガンマ補正を適用します。 パラメータ ... ブジェクト。 input_gamma 入力ガンマ値。 output_gamma 出力ガンマ値。 戻り値 成功した場合に true を、失敗した場 ... 行います imagegammacorrect ( $im , 1.0 , 1.537 ); // 出力してメモリから解放します imagegif ( $im , './php_gam ...
https://man.plustar.jp/php/function.imagegammacorrect.html - [similar]