検索

phrase: max: clip:
target: order:
Results of 681 - 690 of about 817 for return (0.046 sec.)
フェッチしたフィールドが null であるかどうかを確認する 2874
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... d ); while (( $row = oci_fetch_array ( $stid , OCI_RETURN_NULLS )) != false ) { $ncols = oci_num_fields ( $s ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 2874
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... ( $row = oci_fetch_array ( $curs , OCI_ASSOC + OCI_RETURN_NULLS )) != false ) { echo $row [ 'FIRST_NAME' ] . ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 2874
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... 呼ぶ前に // すべてのパイプを閉じることが重要です。 $return_value = proc_close ( $process ); echo "command ret ... urned $return_value \n" ; } ?> 上の例の出力は、 たとえば以下のよ ... p [SHLVL] => 1 [_] => /usr/local/bin/php ) command returned 0 例2 proc_open() 関数の癖(Windows限定) 次のプロ ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
クォートされた文字列のクォート部分を取り除く 2874
« stripos stristr » PHP Manual String 関数 クォートされた文字列のクォート部分を取り除く stripsla ... lashes_deep' , $value ) : stripslashes ( $value ); return $value ; } // 例 $array = array( "f\\'oo" , "b\\'a ...
https://man.plustar.jp/php/function.stripslashes.html - [similar]
変数の文字列としての値を取得する 2874
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, ... class StrValTest { public function __toString () { return __CLASS__ ; } } // 'StrValTest' と表示します echo ...
https://man.plustar.jp/php/function.strval.html - [similar]
Get the status of a background job 2874
« GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac ... "reverse" , "this is a test" ); if ( $gmclient -> returnCode () != GEARMAN_SUCCESS ) { echo "bad return cod ...
https://man.plustar.jp/php/gearmanclient.jobstatus.html - [similar]
画像のコントラストを調整する 2874
« Imagick::shearImage Imagick::sketchImage » PHP Manual Imagick 画像のコントラストを調整する Ima ... ast , $midpoint * $quanta [ "quantumRangeLong" ]); return $imagick ; } ?> 関連キーワード: コントラスト , 画像 ...
https://man.plustar.jp/php/imagick.sigmoidalcontrastimage.html - [similar]
Description 2874
« ImagickKernel::addKernel ImagickKernel::fromBuiltIn » PHP Manual ImagickKernel Description Ima ... ; } $output .= "</tr>" ; } $output .= "</table>" ; return $output ; } $matrix = [ [- 1 , 0 , - 1 ], [ 0 , 4 ...
https://man.plustar.jp/php/imagickkernel.addunitykernel.html - [similar]
2874
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 < ... dByUser = 'C' ; public function label (): string { return match ( $this ) { static:: Pending => 'Pending' , ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
名前空間の使用法: グローバル関数/定数への移行 2874
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への ... ; const E_ERROR = 45 ; function strlen ( $str ) { return \ strlen ( $str ) - 1 ; } echo E_ERROR , "\n" ; // ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]