検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 292 for y (0.008 sec.)
パスの角を描画する際に使用する形状を指定する 4997
« ImagickDraw::setStrokeLineCap ImagickDraw::setStrokeMiterLimit » PHP Manual ImagickDraw パスの ... setStrokeWidth ( 20 ); $offset = 220 ; $lineJoinStyle = [ \ Imagick :: LINEJOIN_MITER , \ Imagick :: L ... _BEVEL , ]; for ( $x = 0 ; $x < count ( $lineJoinStyle ); $x ++) { $draw -> setStrokeLineJoin ( $lineJo ... inStyle [ $x ]); $points = [ [ 'x' => 40 * 5 , 'y' => 10 ... * 5 + $x * $offset ], [ 'x' => 20 * 5 , 'y' => 20 * 5 + $x * $offset ], [ 'x' => 70 * 5 , 'y' ...
https://man.plustar.jp/php/imagickdraw.setstrokelinejoin.html - [similar]
配列の一部を削除し、他の要素で置換する 4959
« array_slice array_sum » PHP Manual 配列 関数 配列の一部を削除し、他の要素で置換する array_spli ... ce (PHP 4, PHP 5, PHP 7, PHP 8) array_splice — 配列の一部を削除し、他の要素で置換する 説 ... 明 array_splice ( array &$array , int $offset , ? int $leng ... th = null , mixed $replacement = [] ): array 配列 array から offset および length で指定された要 ... し、配列 replacement でそれを置換します。 注意 : array の配列の数値添字は保存されないことに注意しましょう ...
https://man.plustar.jp/php/function.array-splice.html - [similar]
英文形式の日付を Unix タイムスタンプに変換する 4959
« strptime time » PHP Manual 日付・時刻 関数 英文形式の日付を Unix タイムスタンプに変換する strt ... 0 September 2000" ), "\n" ; echo strtotime ( "+1 day" ), "\n" ; echo strtotime ( "+1 week" ), "\n" ; ec ... ho strtotime ( "+1 week 2 days 4 hours 2 seconds" ), "\n" ; echo strtotime ( "ne ... xt Thursday" ), "\n" ; echo strtotime ( "last Monday" ), "\n" ... ; } else { echo " $str == " . date ( 'l dS \o\f F Y h:i:s A' , $timestamp ); } ?> 注意 注意 : 年を 2 桁 ...
https://man.plustar.jp/php/function.strtotime.html - [similar]
曲線を描く 4921
« ps_continue_text ps_delete » PHP Manual PS 関数 曲線を描く ps_curveto (PECL ps >= 1.1.0) ps_cu ... ps_curveto ( resource $psdoc , float $x1 , float $y1 , float $x2 , float $y2 , float $x3 , float $y3 ) ... ファイルのリソース ID。 x1 最初の制御点の x 座標。 y1 最初の制御点の y 座標。 x2 2 番目の制御点の x 座標 ...y2 2 番目の制御点の y 座標。 x3 3 番目の制御点の x 座 ... 標。 y3 3 番目の制御点の y 座標。 戻り値 成功した場合に t ...
https://man.plustar.jp/php/function.ps-curveto.html - [similar]
画像の一部を抽出する 4921
« Imagick::count Imagick::cropThumbnailImage » PHP Manual Imagick 画像の一部を抽出する Imagick:: ... opImage ( int $width , int $height , int $x , int $y ): bool 画像の一部を抽出します。 パラメータ width ... ght 抽出する高さ。 x 抽出する領域の左上の X 座標。 y 抽出する領域の左上の Y 座標。 戻り値 成功した場合に ... function cropImage ( $imagePath , $startX , $startY , $width , $height ) { $imagick = new \ Imagick ( ... -> cropImage ( $width , $height , $startX , $startY ); header ( "Content-Type: image/jpg" ); echo $ima ...
https://man.plustar.jp/php/imagick.cropimage.html - [similar]
DateTime オブジェクトのタイムゾーンを設定する 4873
« DateTime::setTimestamp DateTime::sub » PHP Manual DateTime DateTime オブジェクトのタイムゾーン ... Zone ( 'Pacific/Nauru' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; $date -> setTimezone (new D ... ne ( 'Pacific/Chatham' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; ?> 手続き型 <?php $date = d ... ( 'Pacific/Nauru' )); echo date_format ( $date , 'Y-m-d H:i:sP' ) . "\n" ; date_timezone_set ( $date , ... 'Pacific/Chatham' )); echo date_format ( $date , 'Y-m-d H:i:sP' ) . "\n" ; ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/datetime.settimezone.html - [similar]
水平に文字を描画する 4873
« imagebmp imagecharup » PHP Manual GD および Image 関数 水平に文字を描画する imagechar (PHP 4, ... dImage $image , GdFont | int $font , int $x , int $y , string $char , int $color ): bool imagechar() は ... 、画像 im 上の座標 x , y (左上が 0, 0) に color 色で char の最初の文字を描画 ... クラスのインスタンスのいずれか。 x 始点の x 座標。 y 始点の y 座標。 char 描画する文字。 color imagecol ... 1 , 0 , 0 , $string , $black ); header ( 'Content-type: image/png' ); imagepng ( $im ); ?> 上の例の出力 ...
https://man.plustar.jp/php/function.imagechar.html - [similar]
現在位置を設定する 4873
« ps_makespotcolor ps_new » PHP Manual PS 関数 現在位置を設定する ps_moveto (PECL ps >= 1.1.0) p ... 説明 ps_moveto ( resource $psdoc , float $x , float $y ): bool 現在位置を新しい座標に指定します。前回のパ ... ファイルのリソース ID。 x 移動する位置の x 座標。 y 移動する位置の y 座標。 戻り値 成功した場合に true ...
https://man.plustar.jp/php/function.ps-moveto.html - [similar]
テキストの出力位置を設定する 4873
« ps_set_parameter ps_set_value » PHP Manual PS 関数 テキストの出力位置を設定する ps_set_text_po ... set_text_pos ( resource $psdoc , float $x , float $y ): bool テキストを出力する位置を設定します。別の方 ... 法として、x と y の値を別々に ps_set_value() で設定することもできま ... す。 この場合の設定項目は、それぞれ textx と texty となります。 テキストを所定の位置に出力したいのなら ... 指定してから ps_show() をコールするよりも、 ps_show_xy() を使用するほうが便利です。 パラメータ psdoc ps_n ...
https://man.plustar.jp/php/function.ps-set-text-pos.html - [similar]
指定された位置にテキストを出力する 4873
« ps_show_xy2 ps_show2 » PHP Manual PS 関数 指定された位置にテキストを出力する ps_show_xy (PECL ... ps >= 1.1.0) ps_show_xy — 指定された位置にテキストを出力する 説明 ps_show_ ... xy ( resource $psdoc , string $text , float $x , floa ... t $y ): bool 指定された位置にテキストを出力します。 パラ ... キスト。 x テキストを囲むボックスの左下角の x 座標。 y テキストを囲むボックスの左下角の y 座標。 戻り値 成 ...
https://man.plustar.jp/php/function.ps-show-xy.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT