検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 449 for [SIMILAR] 16 1024 4096 WITH 23662 controller WIT... (0.271 sec.)
新機能 0
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新機能 新機能 PHP コア 型付きプロパティ クラスのプロパティは、新たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の例 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
新機能 0
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
Phar アーカイブの使用法: 導入 0
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アーカイブの使用法 Phar アーカイブの使用法: 導入 Phar アーカイブの使用法: 導入 Phar アーカイブは Java の JAR アーカイブと似た概念のものですが、 PHP アプリケーションで使用する際に必要な機能をより柔 ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]
ReflectionMethod クラス 0
« ReflectionFunctionAbstract::__toString ReflectionMethod::__construct » PHP Manual リフレクション ReflectionMethod クラス ReflectionMethod クラス (PHP 5, PHP 7, PHP 8) はじめに ReflectionMethod クラスは メソッドについての情報を報告します。 クラス概要 class ReflectionMethod extends Refle ...
https://man.plustar.jp/php/class.reflectionmethod.html - [similar]
リクエストが AJAX 経由のリクエストかどうかを判定する 0
« Yaf_Request_Simple::getRequest Yaf_Response_Abstract » PHP Manual Yaf_Request_Simple リクエストが AJAX 経由のリクエストかどうかを判定する Yaf_Request_Simple::isXmlHttpRequest (Yaf >=1.0.0) Yaf_Request_Simple::isXmlHttpRequest — リクエストが AJAX 経由のリクエストかどうかを判定する 説明 ...
https://man.plustar.jp/php/yaf-request-simple.isxmlhttprequest.html - [similar]
名前を指定してルートを取得する 0
« Yaf_Router::getCurrentRoute Yaf_Router::getRoutes » PHP Manual Yaf_Router 名前を指定してルートを取得する Yaf_Router::getRoute (Yaf >=1.0.0) Yaf_Router::getRoute — 名前を指定してルートを取得する 説明 public Yaf_Router::getRoute ( string $name ): Yaf_Route_Interface 名前を指定してルートを ...
https://man.plustar.jp/php/yaf-router.getroute.html - [similar]
The Hashable interface 0
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface The Hashable interface (No version information available, might only be in Git) はじめに Hashable is an interface which allows objects to be used as keys. It's an alternative to spl_object_ha ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
The MongoDB\BSON\Persistable interface 0
« MongoDB\BSON\Type MongoDB\BSON\Serializable » PHP Manual MongoDB\BSON The MongoDB\BSON\Persistable interface The MongoDB\BSON\Persistable interface (mongodb >=1.0.0) はじめに Classes may implement this interface to take advantage of automatic ODM (object document mapping) behavior in t ...
https://man.plustar.jp/php/class.mongodb-bson-persistable.html - [similar]
Gradient Brushes 0
« UI\Draw\Brush::setColor UI\Draw\Brush\Gradient::addStop » PHP Manual UI Gradient Brushes Gradient Brushes (UI 2.0.0) はじめに Abstract for gradient brushes クラス概要 abstract class UI\Draw\Brush\Gradient extends UI\Draw\Brush { /* メソッド */ public addStop ( float $position , UI\Draw ...
https://man.plustar.jp/php/class.ui-draw-brush-gradient.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]