検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 2833 for 出力 (0.040 sec.)
名前を指定して定数を定義する 2758
« constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5, ... llo world." ); echo CONSTANT ; // "Hello world." を出力します echo Constant ; // "Constant" を出力し、警告が ... you." , true ); echo GREETING ; // "Hello you." を出力します echo Greeting ; // "Hello you." を出力します ... 'cat' , 'bird' )); echo ANIMALS [ 1 ]; // "cat" を出力します ?> 例2 予約された名前を定数にする マジック定数 ... ( '__LINE__' )); var_dump ( __LINE__ ); ?> 上の例の出力は以下となります。 bool(false) bool(true) string(4) ...
https://man.plustar.jp/php/function.define.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 2758
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... (PECL expect >= 0.1.0) expect_expectl — プロセスの出力がパターンに一致する・指定した時間が経過する・ あるい ... array $cases , array &$match = ? ): int プロセスの出力がパターンに一致する・指定した時間が経過する・ あるい ... 必須かどうか デフォルト値 0 string ストリームからの出力との比較対象となるパターン。 yes 1 mixed パターンに一 ... ターン , 一致 , Expect , expectl , 配列 , プロセス , 出力 , 関数 , 保存 ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]
2758
« 定義済み定数 Seaslog 関数 » PHP Manual Seaslog 例 例 例1 Get and set base path <?php $basePath ... ; var_dump ( $basePath1 , $basePath2 ); ?> 上の例の出力は、 たとえば以下のようになります。 string(12) "/var ... r_dump ( $lastLogger1 , $lastLogger2 ); ?> 上の例の出力は、 たとえば以下のようになります。 string(7) "defau ... id} | {uniqid} | {timeStamp} | {logInfo}`. 上の例の出力は、 たとえば以下のようになります。 seaslog.appender ... oor was completely burnt out! it is a joke 上の例の出力は、 たとえば以下のようになります。 seaslog.appender ...
https://man.plustar.jp/php/seaslog.examples.html - [similar]
空白以外の印字可能な文字かどうかを調べる 2733
« ctype_digit ctype_lower » PHP Manual Ctype 関数 空白以外の印字可能な文字かどうかを調べる ctype ... えられた文字列 text のすべての文字が 実際に目に見える出力を行うかどうかを調べます。 パラメータ text 調べる文字 ... り値 text のすべての文字が印字可能で実際に目に見える 出力を行う(空白でない)場合に true 、そうでない場合に f ... visibly) printable characters.\n" ; } } ?> 上の例の出力は以下となります。 The string 'string1' does not con ... 字かどうかを調べる ctype_punct() - 空白、英数字以外の出力可能な文字かどうかを調べる 関連キーワード: 文字 , ct ...
https://man.plustar.jp/php/function.ctype-graph.html - [similar]
印字可能な文字かどうかを調べる 2733
« ctype_lower ctype_punct » PHP Manual Ctype 関数 印字可能な文字かどうかを調べる ctype_print (PH ... 戻り値 text のすべての文字が(空白を含めて)実際に 出力を行う場合に true 、 text に制御文字 またはまったく出 ... t of all printable characters.\n" ; } } ?> 上の例の出力は以下となります。 The string 'string1' does not con ... 字かどうかを調べる ctype_punct() - 空白、英数字以外の出力可能な文字かどうかを調べる 関連キーワード: 文字 , ct ... ype , 印字 , 出力 , ASCII , 空白 , string , all , able , characters ...
https://man.plustar.jp/php/function.ctype-print.html - [similar]
NET-SNMP ライブラリで enable の値を設定する 2733
« snmp_set_oid_output_format snmp_set_valueretrieval » PHP Manual SNMP 関数 NET-SNMP ライブラリで ... れた (quick printed)' 値を返します。 これは、値のみが出力されることを意味します。 enable が有効でない場合(デフ ... OID のような)その値の種類を含む、より詳細な情報を 出力します。 加えて、quick_print が有効でない場合、ライブ ... ラリは 3 文字以下の全ての 文字列について 16 進数値も出力します。 デフォルトで、NET- SNMP ライブラリは冗長な値 ... 3.6.1.2.1.2.2.1.9.1" ); echo " $a \n" ; ?> 上の例の出力は、 たとえば以下のようになります。 'Timeticks: (0) ...
https://man.plustar.jp/php/function.snmp-set-quick-print.html - [similar]
配列 2733
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... , true => "d" , ); var_dump ( $array ); ?> 上の例の出力は以下となります。 array(1) { [1]=> string(1) "d" } ... - 100 => 100 , ); var_dump ( $array ); ?> 上の例の出力は以下となります。 array(4) { ["foo"]=> string(3) "b ... ello" , "world" ); var_dump ( $array ); ?> 上の例の出力は以下となります。 array(4) { [0]=> string(3) "foo" ... => "c" , "d" , ); var_dump ( $array ); ?> 上の例の出力は以下となります。 array(4) { [0]=> string(1) "a" [1 ...
https://man.plustar.jp/php/language.types.array.html - [similar]
2733
« 定義済み定数 Mhash 関数 » PHP Manual Mhash 例 例 例1 MD5 ダイジェストと hmac を計算し、16 進数 ...出力する <?php $input = "what do ya want for nothing?" ; ... is " . bin2hex ( $hash ) . "<br />\n" ; ?> 上の例の出力は以下となります。 The hash is d03cb659cbf9192dcd066 ... a86e310a5db738 関連キーワード: 例 , Mhash , hmac , 出力 , 定義 , 定数 , 関数 , ダイジェスト , 計算 , hash ...
https://man.plustar.jp/php/mhash.examples.html - [similar]
実行時設定 2708
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ブの簡単な説明を示します。 error_reporting int エラー出力レベルを設定します。パラメータは、あるビットフィール ... 、 E_STRICT 、 そして E_DEPRECATED レベルのエラーが出力されないということです。 注意 : PHP 定数の、PHP 以外 ... にも対応できます。 display_errors string エラーをHTML出力の一部として画面に出力するかどうかを定義します。 "st ... derr" を指定すると、エラーの内容を stdout (標準出力) ではなく stderr (標準エラー出力) に送ります。 注意 ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
証明書をファイルにエクスポートする 2708
« openssl_x509_checkpurpose openssl_x509_export » PHP Manual OpenSSL 関数 証明書をファイルにエク ... /証明書パラメータ を参照ください。 output_filename 出力ファイルへのパス。 no_text オプションのパラメータ no ... text を設定すると、出力内容の冗長性が変化します。 false を指定すると、 人間 ... が読むための追加情報が出力に含まれるようになります。 notext のデフォルト値は t ... export , file , certificate , output , filename , 出力 , パラメータ , notext , OpenSSLCertificate ...
https://man.plustar.jp/php/function.openssl-x509-export-to-file.html - [similar]