検索

phrase: max: clip:
target: order:
Results of 721 - 730 of about 817 for return (0.086 sec.)
新しい画像をファイルあるいは URL から作成する 2847
« imagecreatefromtga imagecreatefromwebp » PHP Manual GD および Image 関数 新しい画像をファイルあ ... 1 , 5 , 5 , 'Error loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/vnd.wap.wbmp ...
https://man.plustar.jp/php/function.imagecreatefromwbmp.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 2847
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... length >> 8 ) & 0xFF ) . chr ( $length & 0xFF ); } return $retval . $value ; } // jpeg ファイルへのパス $pat ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]
デフォルトの外部エンティティローダーを変更する 2847
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... mp" , "r+" ); fwrite ( $f , $dtd ); rewind ( $f ); return $f ; } ); $dd = new DOMDocument ; $r = $dd -> load ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
メルセンヌ・ツイスター乱数生成器にシードを指定する 2847
« mt_rand octdec » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器にシードを指定する mt_sr ... t( $usec , $sec ) = explode ( ' ' , microtime ()); return $sec + $usec * 1000000 ; } mt_srand ( make_seed () ...
https://man.plustar.jp/php/function.mt-srand.html - [similar]
クエリの次の行を連想配列で返す 2847
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... ールするのは、 oci_fetch_array() で OCI_ASSOC + OCI_RETURN_NULLS を指定してコールするのと同じです。 パラメータ ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 2847
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... ールすることは、 oci_fetch_array() で OCI_NUM + OCI_RETURN_NULLS を指定してコールすることと同じです。 パラメー ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
外部プログラムを実行し、未整形の出力を表示する 2847
« exec proc_close » PHP Manual プログラム実行関数 外部プログラムを実行し、未整形の出力を表示する ... 数は exec() 関数と同様、 command を実行します。 引数 return_code を指定した場合、 Unix コマンドのステータスで置 ...
https://man.plustar.jp/php/function.passthru.html - [similar]
Retrieves the next row of data in a result set as an object 2847
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... the first row in a result set has index 0. 戻り値 Returns an object on success, null if there are no more r ... ows to return, and false if an error occurs or if the specified ... roperty. If the class does not exist, the function returns false and adds an error to the error collection. ... parameter is supplied, if a field with no name is returned, the field value will be ignored and a warning w ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
外部プログラムを実行し、出力を表示する 2847
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する sys ... >Last line of the output: ' . $last_line . ' <hr />Return value: ' . $retval ; ?> 注意 警告 ユーザーが入力し ...
https://man.plustar.jp/php/function.system.html - [similar]
ユーザー定義の比較関数を用いて、キーで配列をソートする 2847
« uasort usort » PHP Manual 配列 関数 ユーザー定義の比較関数を用いて、キーで配列をソートする uks ... $b = preg_replace ( '@^(a|an|the) @' , '' , $b ); return strcasecmp ( $a , $b ); } $a = array( "John" => 1 ...
https://man.plustar.jp/php/function.uksort.html - [similar]