検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 292 for Y (0.086 sec.)
ファイルの最終アクセス時刻を取得する 3776
« file filectime » PHP Manual ファイルシステム 関数 ファイルの最終アクセス時刻を取得する fileati ... cho " $filename was last accessed: " . date ( "F d Y H:i:s." , fileatime ( $filename )); } ?> 注意 注意 ...
https://man.plustar.jp/php/function.fileatime.html - [similar]
ファイルの inode 変更時刻を取得する 3776
« fileatime filegroup » PHP Manual ファイルシステム 関数 ファイルの inode 変更時刻を取得する fil ... echo " $filename was last changed: " . date ( "F d Y H:i:s." , filectime ( $filename )); } ?> 注意 注意 ...
https://man.plustar.jp/php/function.filectime.html - [similar]
ファイル名がパターンにマッチするか調べる 3776
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatc ... よる色の名前のチェック <?php if ( fnmatch ( "*gr[ae]y" , $color )) { echo "some form of gray ..." ; } ?> ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
最大公約数と乗数を計算する 3776
« gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0. ... t | string $num1 , GMP | int | string $num2 ): array a*s + b*t = g = gcd(a,b) となるような g, s, t を計 ... 際に使用することが可能です。 この方程式は、 a*x + b*y = c のような形式で、 整数のみを解とするものです。 ...
https://man.plustar.jp/php/function.gmp-gcdext.html - [similar]
新しいパターンを開始する 3776
« ps_begin_page ps_begin_template » PHP Manual PS 関数 新しいパターンを開始する ps_begin_pattern ... oat $width , float $height , float $xstep , float $ystep , int $painttype ): int | false 新しいパターン ... パターンを水平方向に並べる際のピクセル単位の間隔。 y-step パターンを垂直方向に並べる際のピクセル単位の間 ... 隔。 painttype 1 あるいは 2 でなければなりません。 戻り値 パター ...
https://man.plustar.jp/php/function.ps-begin-pattern.html - [similar]
テキストを出力する 3776
« ps_show2 ps_string_geometry » PHP Manual PS 関数 テキストを出力する ps_show (PECL ps >= 1.1.0) ... するには、 関数 ps_set_value() の値 textx および texty に x 座標と y 座標を設定します。 事前に ps_setfont ... ontinue_text() - 次の行にテキストを続ける ps_show_xy() - 指定された位置にテキストを出力する ps_setfont( ...
https://man.plustar.jp/php/function.ps-show.html - [similar]
システムログのメッセージを生成する 3776
« socket_set_timeout RRD » PHP Manual ネットワーク 関数 システムログのメッセージを生成する syslo ... g (PHP 4, PHP 5, PHP 7, PHP 8) syslog — システムログのメッセージを生成する 説明 sysl ... og ( int $priority , string $message ): bool syslog() はシステムログが ... ドラの設定に関する情報については、Unix マニュアルの syslog.conf (5) を参照ください。 syslog の facility... option に関するより詳細な情報は、 Unix マシンの syslog (3) にあります。 パラメータ priority priority ...
https://man.plustar.jp/php/function.syslog.html - [similar]
Create a new Image converter 3776
« wkhtmltox\Image\Converter wkhtmltox\Image\Converter::convert » PHP Manual wkhtmltox\Image\Conv ... \Converter::__construct ( string $buffer = ? , array $settings = ? ) Creates an Image converter, option ... ally taking an input buffer and configuration settings ... 0 out path of output file, if "-" stdout is used, by default an internal buffer is used /path/to/output ... panded to the content width boolean >= 0.1.0 quality compression factor to use when outputting a JPEG i ...
https://man.plustar.jp/php/wkhtmltox-image-converter.construct.html - [similar]
IntlCalendar クラス 3738
« MessageFormatter::setPattern IntlCalendar::add » PHP Manual intl IntlCalendar クラス IntlCalen ... 定数 */ const int FIELD_ERA = 0 ; const int FIELD_YEAR = 1 ; const int FIELD_MONTH = 2 ; const int FIE ... LD_WEEK_OF_YEAR = 3 ; const int FIELD_WEEK_OF_MONTH = 4 ; const ... int FIELD_DATE = 5 ; const int FIELD_DAY_OF_YEAR = 6 ; const int FIELD_DAY_OF_WEEK = 7 ; co ... nst int FIELD_DAY_OF_WEEK_IN_MONTH = 8 ; const int FIELD_AM_PM = 9 ; ...
https://man.plustar.jp/php/class.intlcalendar.html - [similar]
MessageFormatter クラス 3738
« Normalizer::normalize MessageFormatter::create » PHP Manual intl MessageFormatter クラス Messa ... まとめます。 たとえば、 "Finished printing x out of y files..." のようなメッセージがあった場合に Message ... atMessage ( string $locale , string $pattern , array $values ): string | false public format ( array $v ... $locale , string $pattern , string $message ): array | false public parse ( string $string ): array | f ... ublic , 作成 , フォーマット , 取得 , pattern , array ...
https://man.plustar.jp/php/class.messageformatter.html - [similar]