検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 734 for s (0.214 sec.)
指定した年における復活祭の真夜中のUnix時を得る 2886
« cal_to_jd easter_days » PHP Manual カレンダー 関数 指定した年における復活祭の真夜中のUnix時を得 ... る easter_date (PHP 4, PHP 5, PHP 7, PHP 8) easter_date — ... 定した年における復活祭の真夜中のUnix時を得る 説明 easter_date ( ? int $year = null , int $mode = CAL_EAS ... されます。 ここで用いるアルゴリズムは、532年頃、Dionysius Exiguus により 導出されたものです。(1753年より前 ... れます。グレゴリウス暦 (1753年以降。この暦は、ClaviusとLiliusにより考案され、 教皇グレゴリウス13世により1 ...
https://man.plustar.jp/php/function.easter-date.html - [similar]
ローカルな時刻/日付を整数として整形する 2886
« gmstrftime localtime » PHP Manual 日付・時刻 関数 ローカルな時刻/日付を整数として整形する idat ... ローカルな時刻/日付を整数として整形する 説明 idate ( string $format , ? int $timestamp = null ): int | fa ... lse 指定された引数 timestamp を、 与えられたフォーマッ ... 合は、現在のローカル時刻が使われます。 つまり、 timestamp はオプションであり、 そのデフォルト値は time() ... ラメータ文字列として認識されます format 文字 説明 B Swatch ビート/インターネット時間 d 月の日 h 時 (12 時 ...
https://man.plustar.jp/php/function.idate.html - [similar]
Returns the Legacy Extended JSON representation of a BSON value 2886
« MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toPHP » PHP Manual 関数 Returns the Legacy E ... xtended JSON representation of a BSON value MongoDB\BSON\toJS ... ON (mongodb >=1.0.0) MongoDB\BSON\toJSON — Returns the Legacy Extended JSON repres ... entation of a BSON value 説明 MongoDB\BSON\toJSON ( string $bson ): ... string Converts a BSON string to its » Legacy Extend ...
https://man.plustar.jp/php/function.mongodb.bson-tojson.html - [similar]
最後に見つかったエラーを返す 2886
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... 最後に見つかったエラーを返す 説明 oci_error ( ? resource $connection_or_statement = null ): array | fa ... lse 最後に見つかったエラーを返します。 この関数は、エ ... はクリアされてしまいます。 パラメータ connection_or_statement 大半のエラーでは、 connection_or_statement ... 値 もしエラーが見つからない場合、 oci_error() は false を返します。それ以外の場合は、 oci_error() はエラ ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
Description 2886
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... L imagick >= 3.3.0) ImagickKernel::fromBuiltIn — Description 説明 public static ImagickKernel::fromBuil ... tin ( int $kernelType , string $kernelString ): ImagickKernel Create a kerne ... l from a builtin in kernel. See http://www.imagemagick.org/Usage/morphology/#ker ... nel for examples. Currently the 'rotation' symbols are not supporte ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Description 2886
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... CL imagick >= 3.3.0) ImagickKernel::fromMatrix — Description 説明 public static ImagickKernel::fromMatr ... ckKernel Create a kernel from an 2d matrix of values. Each value should either be a float (if the eleme ... nt should be used) or 'false' if the element should be ... skipped. For matrices that are odd sizes in both dimensions the origin p ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
プロパティの値に対応する、Unicode の名前を取得する 2886
« IntlChar::getPropertyValueEnum IntlChar::getUnicodeVersion » PHP Manual IntlChar プロパティの値 ... の値に対応する、Unicode の名前を取得する 説明 public static IntlChar::getPropertyValueName ( int $propert ... alue , int $type = IntlChar::LONG_PROPERTY_NAME ): string | false 指定されたプロパティの値に対応する、U ... す。 Unicode のデータベースファイル PropertyValueAliases.txt に存在するものです。 注意 : PropertyValueAli ... ases.txt に存在する名前の中には、 IntlChar::PROPERTY_ ...
https://man.plustar.jp/php/intlchar.getpropertyvaluename.html - [similar]
列挙型とメソッド 2886
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... フェイスでの型チェックは、 実装した列挙型の全ての case で有効です。 <?php interface Colorful { public fu ... nction color (): string ; } enum Suit implements Colorful { case Hear ... ts ; case Diamonds ; case Clubs ; case Spades ; // イ ... スの規約を満たすための実装 public function color (): string { return match ( $this ) { Suit :: Hearts , S ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
数値形式の文字列 2886
« 文字列 配列 » PHP Manual 型 数値形式の文字列 数値形式の文字列 PHP の 文字列 は、 int や float ... 。 PHP 8.0.0 以降の正式な仕様は下記の通りです: WHITESPACES \s* LNUM [0-9]+ DNUM ([0-9]*)[\.]{LNUM}) | ({ ... _DNUM (({LNUM} | {DNUM}) [eE][+-]? {LNUM}) INT_NUM_STRING {WHITESPACES} [+-]? {LNUM} {WHITESPACES} FLOA ... T_NUM_STRING {WHITESPACES} [+-]? {EXPONENT_DNUM} {WHITESPA ... CES} NUM_STRING ({INT_NUM_STRING} | {FLOAT_NUM_STRING} ...
https://man.plustar.jp/php/language.types.numeric-strings.html - [similar]
Add an update operation to the bulk 2886
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... lter , array | object $newObj , array $updateOptions = ? ): void Adds an update operation to the MongoD ... 意 : When evaluating query criteria, MongoDB compares types and values according to its own » comparison ... rules for BSON types , which differs from PHP's comparis ... on and type juggling rules. When matching a special BSON type the query crite ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]