検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 580 for 動作 (0.323 sec.)
連想キーと要素との関係を維持しつつ配列を降順にソートする 3445
« array asort » PHP Manual 配列 関数 連想キーと要素との関係を維持しつつ配列を降順にソートする ar ... 列。 flags オプションの第二引数 flags によりソートの動作を修正可能です。 使える値は下記の通りです: ソートタイ ...
https://man.plustar.jp/php/function.arsort.html - [similar]
連想キーと要素との関係を維持しつつ配列を昇順にソートする 3445
« arsort compact » PHP Manual 配列 関数 連想キーと要素との関係を維持しつつ配列を昇順にソートする ... 列。 flags オプションの第二引数 flags によりソートの動作を修正可能です。 使える値は下記の通りです: ソートタイ ...
https://man.plustar.jp/php/function.asort.html - [similar]
変数名とその値から配列を作成する 3445
« asort count » PHP Manual 配列 関数 変数名とその値から配列を作成する compact (PHP 4, PHP 5, PHP ... るように追加します。 端的に言うと、 extract() の逆の動作をします。 注意 : PHP 7.3 より前のバージョンでは、設 ...
https://man.plustar.jp/php/function.compact.html - [similar]
ファイルポインタから 1 行取得する 3445
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP ... 要が生じるかもしれません。 注意 : C 言語の fgets() の動作に慣れている人は、 EOF を返す条件の違いについて注意す ...
https://man.plustar.jp/php/function.fgets.html - [similar]
さまざまな FTP 実行時オプションを設定する 3445
« ftp_rmdir ftp_site » PHP Manual FTP 関数 さまざまな FTP 実行時オプションを設定する ftp_set_opt ... _get_option() - カレントの FTP 接続での種々の実行時動作を取得する 関連キーワード: 実行 , option , 設定 , オ ...
https://man.plustar.jp/php/function.ftp-set-option.html - [similar]
ロケールの設定に基づいて GMT/UTC 時刻/日付をフォーマットする 3445
« gmmktime idate » PHP Manual 日付・時刻 関数 ロケールの設定に基づいて GMT/UTC 時刻/日付をフォー ... グリニッジ標準時を返すこと以外は、 strftime() と同じ動作をします。例えば、東部標準時 (GMT -0500) で実行した場 ...
https://man.plustar.jp/php/function.gmstrftime.html - [similar]
イメージの一部をコピー、マージする 3445
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... 0 の時は、何も行われません。 100の場合、この関数の動作は、パレットイメージに対する imagecopy() と同じとなり ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
グレースケールでイメージの一部をコピー、マージする 3445
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... 、パレット画像に対してはこの関数は imagecopy() と同じ動作となります (アルファコンポーネントを無視する点だけが ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
ウィンドウをキャプチャする 3445
« imagegrabscreen imageinterlace » PHP Manual GD および Image 関数 ウィンドウをキャプチャする im ... ser -> Navigate ( "http://www.libgd.org" ); /* まだ動作するか? */ while ( $browser -> Busy ) { com_message_ ...
https://man.plustar.jp/php/function.imagegrabwindow.html - [similar]
直線を描画する 3445
« imagelayereffect imageloadfont » PHP Manual GD および Image 関数 直線を描画する imageline (PHP ... ick = 1 ) { /* この方法は直行する線の場合のみうまく動作します imagesetthickness($image, $thick); return ima ...
https://man.plustar.jp/php/function.imageline.html - [similar]