検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 758 for [SIMILAR] 16 1024 4096 WITH 22765 forward WITH 1... (0.489 sec.)
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
値を取得する 0
« ReflectionProperty::getType ReflectionProperty::hasDefaultValue » PHP Manual ReflectionProperty 値を取得する ReflectionProperty::getValue (PHP 5, PHP 7, PHP 8) ReflectionProperty::getValue — 値を取得する 説明 public ReflectionProperty::getValue ( ? object $object = null ): mixed プロパ ...
https://man.plustar.jp/php/reflectionproperty.getvalue.html - [similar]
ファイバーの実行を開始する 0
« Fiber::__construct Fiber::resume » PHP Manual Fiber ファイバーの実行を開始する Fiber::start (PHP 8 >= 8.1.0) Fiber::start — ファイバーの実行を開始する 説明 public Fiber::start ( mixed ...$args ): mixed ファイバーを構築する際に使われる callable に対して、可変長引数を指定します。 このメソ ...
https://man.plustar.jp/php/fiber.start.html - [similar]
各 tick で実行する関数を登録する 0
« register_shutdown_function unregister_tick_function » PHP Manual 関数処理 関数 各 tick で実行する関数を登録する register_tick_function (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) register_tick_function — 各 tick で実行する関数を登録する 説明 register_tick_function ( callable $callback , mixe ...
https://man.plustar.jp/php/function.register-tick-function.html - [similar]
拡張サービスのリクエストを準備する 0
« yaz_es_result yaz_get_option » PHP Manual YAZ 関数 拡張サービスのリクエストを準備する yaz_es (PECL yaz >= 0.9.0) yaz_es — 拡張サービスのリクエストを準備する 説明 yaz_es ( resource $id , string $type , array $args ): void この関数は、拡張サービスのリクエストを準備します。 拡張サービスと ...
https://man.plustar.jp/php/function.yaz-es.html - [similar]
コールバックを実行する 0
« Yaf_Application::environ Yaf_Application::getAppDirectory » PHP Manual Yaf_Application コールバックを実行する Yaf_Application::execute (Yaf >=1.0.0) Yaf_Application::execute — コールバックを実行する 説明 public Yaf_Application::execute ( callable $entry , string ...$args ): void このメ ...
https://man.plustar.jp/php/yaf-application.execute.html - [similar]
Imagick クラス 0
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラス (PECL imagick 2, PECL imagick 3) クラス概要 class Imagick implements Iterator { public __construct ( mixed $files = ? ) public adaptiveBlurImage ( float $radius , float $sigma , int $channe ...
https://man.plustar.jp/php/class.imagick.html - [similar]
定義済み定数 0
« リソース型 runkit7 関数 » PHP Manual runkit7 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 RUNKIT7_IMPORT_FUNCTIONS ( int ) runkit7_import() flag indicating ...
https://man.plustar.jp/php/runkit7.constants.html - [similar]
クロージャを束縛して呼び出す 0
« Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closure::call (PHP 7, PHP 8) Closure::call — クロージャを束縛して呼び出す 説明 public Closure::call ( object $newThis , mixed ...$args ): mixed クロージャを一時的に newThis に束縛し、 指定したパラメ ...
https://man.plustar.jp/php/closure.call.html - [similar]
DateTime クラス 0
« 日付/時刻 の算術 DateTime::add » PHP Manual Date/Time DateTime クラス DateTime クラス (PHP 5 >= 5.2.0, PHP 7, PHP 8) はじめに 日付と時刻を表現するクラスです。 このクラスは、 DateTimeImmutable と同じ振る舞いをします。 但し、 DateTime::modify() のような、 オブジェクトそのものを変更するメ ...
https://man.plustar.jp/php/class.datetime.html - [similar]