検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 292 for Y (0.017 sec.)
指定した年における復活祭の真夜中のUnix時を得る 4291
« cal_to_jd easter_days » PHP Manual カレンダー 関数 指定した年における復活祭の真夜中のUnix時を得 ... 活祭の真夜中のUnix時を得る 説明 easter_date ( ? int $year = null , int $mode = CAL_EASTER_DEFAULT ): int ... 指定した年yearにおける復活祭の真夜中のUnix時を返します。 警告 ... されます。 ここで用いるアルゴリズムは、532年頃、Dionysius Exiguus により 導出されたものです。(1753年より ... より正確に作成するために追加されました。 パラメータ year 1970 から 2037 までの年。省略した場合、もしくは ...
https://man.plustar.jp/php/function.easter-date.html - [similar]
オブジェクトの書式を設定する 4291
« IntlDateFormatter::format IntlDateFormatter::getCalendar » PHP Manual IntlDateFormatter オブジ ... atObject ( IntlCalendar | DateTime $datetime , array | int | string | null $format = null , ? string $l ... ( IntlCalendar | DateTimeInterface $datetime , array | int | string | null $format = null , ? string $l ... al , IntlDateFormatter :: FULL ), "\n" ; echo "array \$format (none, full):\n\t" , IntlDateFormatter :: ... formatObject ( $cal , array( IntlDateFormatter :: NONE , IntlDateFormatter :: ...
https://man.plustar.jp/php/intldateformatter.formatobject.html - [similar]
Unix タイムスタンプを用いて日付と時刻を設定する 4253
« DateTimeImmutable::setTime DateTimeImmutable::setTimezone » PHP Manual DateTimeImmutable Unix ... tamp Unix タイムスタンプ。 DateTimeImmutable::modify() を @ フォーマットと共に使うと、 数値型の範囲外の ... DateTimeImmutable (); echo $date -> format ( 'U = Y-m-d H:i:s' ) . "\n" ; $newDate = $date -> setTimes ... amp ( 1171502725 ); echo $newDate -> format ( 'U = Y-m-d H:i:s' ) . "\n" ; ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/datetimeimmutable.settimestamp.html - [similar]
二つのアフィン変換行列を連結する 4253
« imageaffine imageaffinematrixget » PHP Manual GD および Image 関数 二つのアフィン変換行列を連結 ... 換行列を連結する 説明 imageaffinematrixconcat ( array $matrix1 , array $matrix2 ): array | false 二つのア ... imageaffinematrixget ( IMG_AFFINE_TRANSLATE , array( 'x' => 2 , 'y' => 3 )); $m2 = imageaffinematrixge ... t ( IMG_AFFINE_SCALE , array( 'x' => 4 , 'y' => 5 )); $matrix = imageaffinematr ... ( $matrix ); ?> 上の例の出力は以下となります。 Array ( [0] => 4 [1] => 0 [2] => 0 [3] => 5 [4] => 8 [5] ...
https://man.plustar.jp/php/function.imageaffinematrixconcat.html - [similar]
アフィン変換行列を取得する 4253
« imageaffinematrixconcat imagealphablending » PHP Manual GD および Image 関数 アフィン変換行列を ... 変換行列を取得する 説明 imageaffinematrixget ( int $type , array | float $options ): array | false アフィ ... ン変換行列を返します。 パラメータ type 定数 IMG_AFFINE_* のいずれか。 options type が I ... あるいは IMG_AFFINE_SCALE の場合は、 options は x と y をキーとする配列でなければいけません。 それぞれの値 ... は float にする必要があります。 type が IMG_AFFINE_ROTATE 、 IMG_AFFINE_SHEAR_HORIZON ...
https://man.plustar.jp/php/function.imageaffinematrixget.html - [similar]
塗りつぶした矩形を描画する 4253
« imagefilledpolygon imagefilltoborder » PHP Manual GD および Image 関数 塗りつぶした矩形を描画す ... efilledrectangle ( GdImage $image , int $x1 , int $y1 , int $x2 , int $y2 , int $color ): bool 色 color ... が返す GdImage オブジェクト。 x1 開始位置の x 座標。 y1 開始位置の y 座標。 x2 終了位置の x 座標。 y2 終了 ... 位置の y 座標。 color 塗りつぶし色。 imagecolorallocate() で ... ( $im , './imagefilledrectangle.png' ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagefilledrectangle.html - [similar]
メッセージのフラグをクリアする 4253
« imap_check imap_close » PHP Manual IMAP 関数 メッセージのフラグをクリアする imap_clearflag_ful ... ンスタンス。 sequence メッセージ番号のシーケンス。 X,Y のようにメッセージを列挙したり、 X:Y のようにしてそ ...
https://man.plustar.jp/php/function.imap-clearflag-full.html - [similar]
現在の Unix タイムスタンプを返す 4253
« strtotime timezone_abbreviations_list » PHP Manual 日付・時刻 関数 現在の Unix タイムスタンプを ... す。 例 例1 time() の例 <?php echo 'Now: ' . date ( 'Y-m-d' ) . "\n" ; echo 'Next Week: ' . date ( 'Y-m-d ...
https://man.plustar.jp/php/function.time.html - [similar]
Description 4253
« Imagick::flopImage Imagick::frameImage » PHP Manual Imagick Description Imagick::forwardFourie ... ge either as a magnitude / phase or real / imaginary image pair. パラメータ magnitude If true, return a ... magnitude / phase pair otherwise a real / imaginary image pair. 戻り値 成功した場合に true を返します。 ... gick::forwardFourierTransformImage() <?php //Utility function for forwardTransformImage function create ... aw = new \ ImagickDraw (); $draw -> setStrokeOpacity ( 0 ); $draw -> setStrokeColor ( 'rgb(255, 255, 25 ...
https://man.plustar.jp/php/imagick.forwardfouriertransformimage.html - [similar]
円弧を描画する 4253
« ImagickDraw::annotation ImagickDraw::bezier » PHP Manual ImagickDraw 円弧を描画する ImagickDra ... 説明 public ImagickDraw::arc ( float $sx , float $sy , float $ex , float $ey , float $sd , float $ed ): ... 画します。 パラメータ sx 矩形の開始位置の x 座標。 sy 矩形の開始位置の y 座標。 ex 矩形の終了位置の x 座 ... 標。 ey 矩形の終了位置の y 座標。 sd 開始位置の角度。 ed 終 ... , $fillColor , $backgroundColor , $startX , $startY , $endX , $endY , $startAngle , $endAngle ) { //Cr ...
https://man.plustar.jp/php/imagickdraw.arc.html - [similar]