検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 353 for else (0.021 sec.)
サービスマネージャとの接続を切断する 5299
« ibase_service_attach ibase_set_event_handler » PHP Manual Firebird/InterBase 関数 サービスマネ ... ) == FALSE ) { echo "Error on service detach." ; } else { echo "Successfully detached from service." ; } } ... else { // エラー時にはメッセージを出力 $conn_error = ib ...
https://man.plustar.jp/php/function.ibase-service-detach.html - [similar]
画像にフィルタを適用する 5299
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... to grayscale.' ; imagepng ( $im , 'dave.png' ); } else { echo 'Conversion to grayscale failed.' ; } image ... epng ( $im , 'sean.png' ); imagedestroy ( $im ); } else { echo 'Image brightness change failed.' ; } ?> 例 ... ng ( $im , 'philip.png' ); imagedestroy ( $im ); } else { echo 'Green shading failed.' ; } ?> 例4 imagefil ... $im , 'kalle.jpg' , 100 ); imagedestroy ( $im ); } else { echo 'Converting to negative colors failed.' ; } ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
新しいディレクトリを追加する 5299
« ZipArchive ZipArchive::addFile » PHP Manual ZipArchive 新しいディレクトリを追加する ZipArchive ... ' )) { echo '新しいディレクトリを作成しました' ; } else { echo 'ディレクトリが作成できませんでした' ; } $z ... ip -> close (); } else { echo '失敗しました' ; } ?> 関連キーワード: 追加 ...
https://man.plustar.jp/php/ziparchive.addemptydir.html - [similar]
5219
« 定義済み定数 FDF 関数 » PHP Manual FDF 例 例 以下の例でフォームデータの評価に関して説明します。 ... フィールドの値は '<b> $publisher </b>'<br />" ; } else echo "Publisher は非公開です。<br />" ; if ( fdf_g ... r フィールドの値は '<b> $preparer </b>'<br />" ; } else echo "Preparer は非公開です。<br />" ; fdf_close ( ...
https://man.plustar.jp/php/fdf.examples.html - [similar]
エントリが存在するかどうかを調べる 5219
« apcu_entry apcu_fetch » PHP Manual APCu 関数 エントリが存在するかどうかを調べる apcu_exists (P ... echo "Foo exists: " ; echo apcu_fetch ( 'foo' ); } 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 ; $re ...
https://man.plustar.jp/php/function.apcu-exists.html - [similar]
色を補間する 5219
« Imagick::solarizeImage Imagick::spliceImage » PHP Manual Imagick 色を補間する Imagick::sparseC ... 0 ]; $barycentricPoints [] = $colorPoint [ 1 ]; } else { $barycentricPoints [] = $colorPoint [ 0 ] * $wid ... Pixel = new \ ImagickPixel ( $colorPoint [ 2 ]); } else if ( $colorPoint [ 2 ] instanceof \ ImagickPixel ) ... { $imagickPixel = $colorPoint [ 2 ]; } else{ $errorMessage = sprintf ( "Value %s is neither a ...
https://man.plustar.jp/php/imagick.sparsecolorimage.html - [similar]
名前で定義されたエントリの圧縮メソッドを設定する 5219
« ZipArchive::setCompressionIndex ZipArchive::setEncryptionIndex » PHP Manual ZipArchive 名前で定 ... e :: CM_DEFLATE ); $zip -> close (); echo 'ok' ; } else { echo 'failed' ; } ?> 例2 ファイルを追加し、圧縮メ ... rchive :: CM_XZ ); $zip -> close (); echo 'ok' ; } else { echo 'failed' ; } ?> 関連キーワード: 圧縮 , メソ ...
https://man.plustar.jp/php/ziparchive.setcompressionname.html - [similar]
Receives a message 5219
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... ge" , ZMQ :: MODE_DONTWAIT ); $sending = false ; } else { echo "Got response: " . $queue -> recv ( ZMQ :: ... echo " - Got EAGAIN, retrying ( $retries )\n" ; } else { die( " - Error: " . $e -> getMessage ()); } } /* ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
if 5129
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全 ... , 条件 , 実行 , 構文 , 言語 , 表示 , 一つ , 論理 , else , コード ...
https://man.plustar.jp/php/control-structures.if.html - [similar]
Makes an HTTP request over the specified connection 5129
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... ; if ( is_null ( $req )) { echo "Timed out\n" ; } else { $response_code = $req -> getResponseCode (); if ... onse_code == 0 ) { echo "Connection refused\n" ; } elseif ( $response_code != 200 ) { echo "Unexpected res ... ponse: $response_code \n" ; } else { echo "Success: $response_code \n" ; $buf = $req ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT