検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for container (0.005 sec.)
ArrayAccess インターフェイス 13067
« Throwable::__toString ArrayAccess::offsetExists » PHP Manual 定義済みのインターフェイスとクラス ... <?php class Obj implements ArrayAccess { private $container = array(); public function __construct () { $this ... -> container = array( "one" => 1 , "two" => 2 , "three" => 3 , ... , $value ) { if ( is_null ( $offset )) { $this -> container [] = $value ; } else { $this -> container [ $offse ... offsetExists ( $offset ) { return isset( $this -> container [ $offset ]); } public function offsetUnset ( $off ...
https://man.plustar.jp/php/class.arrayaccess.html - [similar]
The parallel\Events\Input class 10736
« parallel\Events::poll parallel\Events\Input::add » PHP Manual parallel The parallel\Events\Inp ... ut class (0.9.0) Events Input An Input object is a container for data that the parallel\Events object will writ ... available. Multiple event loops may share an Input container - parallel does not verify the contents of the con ... nput , public , remove , Inputs , input , string , container , When , poll ...
https://man.plustar.jp/php/class.parallel-events-input.html - [similar]
関数の引数 8711
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を ... ルト値の 間違った使用法 <?php function makeyogurt ( $container = "bowl" , $flavour ) { return "Making a $containe ... ogurt.\n" ; } echo makeyogurt ( "raspberry" ); // $container に "raspberry" を指定します。$flavour ではありませ ... 正しい使用法 <?php function makeyogurt ( $flavour , $container = "bowl" ) { return "Making a $container of $flavo ... ォルト値の 正しい使用法 <?php function makeyogurt ( $container = "bowl" , $flavour = "raspberry" , $style = "Gree ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
はじめに 8639
« Yaconf インストール/設定 » PHP Manual Yaconf はじめに はじめに Yet Another Configurations Container ... ainer ( Yaconf ) is a configurations container, it parses INI files, and store the result in PHP ...
https://man.plustar.jp/php/intro.yaconf.html - [similar]
下位互換性のない変更点 8260
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x へ ... ラーがスローされます。 <?php function makeyogurt ( $container = "bowl" , $flavour ) { return "Making a $containe ... このようになります。: Deprecated: Required parameter container in example.php on line 3 Making a bowl of raspberr ... のようになります。: Deprecated: Optional parameter $container declared before required parameter $flavour is imp ... 3 ArgumentCountError - makeyogurt(): Argument #1 ($container) not passed 但し、必須の引数の前であっても、 Null ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
The Yaconf class 7790
« 定義済み定数 Yaconf::get » PHP Manual Yaconf The Yaconf class The Yaconf class (PECL yaconf >= ... 1.0.0) はじめに Yaconf is a configurations container, it parses INIT files, stores the result in PHP wh ...
https://man.plustar.jp/php/class.yaconf.html - [similar]
The Pool class 7555
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL ... pthreads >= 2.0.0) はじめに A Pool is a container for, and controller of, an adjustable number of Wo ...
https://man.plustar.jp/php/class.pool.html - [similar]
Control Group (Arrangement) 7482
« UI\Controls\Grid::setPadded UI\Controls\Group::append » PHP Manual UI Control Group (Arrangeme ... rangement) (UI 0.9.9) はじめに A Group is a titled container for child controls クラス概要 class UI\Controls\Gr ...
https://man.plustar.jp/php/class.ui-controls-group.html - [similar]
PREV 1 NEXT