検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 134 for eol (0.011 sec.)
エントリが存在するかどうかを調べる 5885
« apcu_entry apcu_fetch » PHP Manual APCu 関数 エントリが存在するかどうかを調べる apcu_exists (P ... ); } else { echo "Foo does not exist" ; } echo PHP_EOL ; if ( apcu_exists ( 'baz' )) { echo "Baz exists." ... ; } else { echo "Baz does not exist" ; } echo PHP_EOL ; $ret = apcu_exists (array( 'foo' , 'donotexist' ...
https://man.plustar.jp/php/function.apcu-exists.html - [similar]
PKCS7 ファイルを PEM証明書 の配列にエクスポートする 5885
« openssl_pkcs7_encrypt openssl_pkcs7_sign » PHP Manual OpenSSL 関数 PKCS7 ファイルを PEM証明書 ... rintf ( "ERROR: %s is not a proper p7b file" . PHP_EOL , $file ); for( $e = openssl_error_string (), $i = ... ror_string (), $i ++) printf ( "SSL l%d: %s" . PHP_EOL , $i , $e ); exit( 1 ); } print_r ( $p7 ); ?> 参考 ...
https://man.plustar.jp/php/function.openssl-pkcs7-read.html - [similar]
色を返す 5824
« ImagickPixel::destroy ImagickPixel::getColorAsString » PHP Manual ImagickPixel 色を返す Imagic ... color -> getColor (); echo "Standard values" . PHP_EOL ; print_r ( $colorInfo ); $colorInfo = $color -> g ... etColor ( 1 ); echo "Normalized values:" . PHP_EOL ; print_r ( $colorInfo ); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/imagickpixel.getcolor.html - [similar]
ランダムなトークンを生成する 5824
« OAuthProvider::consumerHandler OAuthProvider::is2LeggedEndpoint » PHP Manual OAuthProvider ラン ... $p -> generateToken ( 4 ); echo strlen ( $t ), PHP_EOL ; echo bin2hex ( $t ), PHP_EOL ; ?> 上の例の出力は ...
https://man.plustar.jp/php/oauthprovider.generatetoken.html - [similar]
AppendIterator を作成する 5764
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作 ... $key => $item ) { echo $key . ' => ' . $item . PHP_EOL ; } ?> 上の例の出力は以下となります。 0 => Margari ... ator -> key (), $appendIterator -> current (), PHP_EOL ); $appendIterator -> next (); } ?> 上の例の出力は ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
5764
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... n" ; echo "iteration = " , Ev :: iteration (), PHP_EOL ; // 5 回繰り返したあとでウォッチャーを止めます Ev ... L , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例3 再スケジュールコールバッ ... " , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例4 すぐに開始し、10.5 秒お ... L , function ( $w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例5 STDIN が読み込み可能にな ...
https://man.plustar.jp/php/ev.examples.html - [similar]
引数の型を取得する 5764
« ReflectionParameter::getPosition ReflectionParameter::hasType » PHP Manual ReflectionParameter ... edType ); echo $reflectionType1 -> getName (), PHP_EOL ; var_dump ( $reflectionType2 ); ?> 上の例の出力は ... ms [ 1 ]-> getType (); echo $reflectionType1 , PHP_EOL ; var_dump ( $reflectionType2 ); ?> 上の例の PHP 7 ...
https://man.plustar.jp/php/reflectionparameter.gettype.html - [similar]
メッセージを出力し、現在のスクリプトを終了する 5692
« eval get_browser » PHP Manual その他の関数 メッセージを出力し、現在のスクリプトを終了する exit ... t () { echo 'Destruct: ' . __METHOD__ . '()' . PHP_EOL ; } } function shutdown () { echo 'Shutdown: ' . _ ... _FUNCTION__ . '()' . PHP_EOL ; } $foo = new Foo (); register_shutdown_function ...
https://man.plustar.jp/php/function.exit.html - [similar]
オブジェクト定数 5692
« プロパティ クラスのオートローディング » PHP Manual クラスとオブジェクト オブジェクト定数 オブジ ... rivate const BAZ = 'baz' ; } echo Foo :: BAR , PHP_EOL ; echo Foo :: BAZ , PHP_EOL ; ?> 上の例の PHP 7.1 ...
https://man.plustar.jp/php/language.oop5.constants.html - [similar]
オブジェクトの継承 5692
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ ... intItem ( $string ) { echo 'Foo: ' . $string . PHP_EOL ; } public function printPHP () { echo 'PHP is gre ... at.' . PHP_EOL ; } } class Bar extends Foo { public function prin ... tItem ( $string ) { echo 'Bar: ' . $string . PHP_EOL ; } } $foo = new Foo (); $bar = new Bar (); $foo - ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT