検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 2375 for new (0.029 sec.)
Construct a new Path 3507
« UI\Draw\Path::closeFigure UI\Draw\Path::end » PHP Manual UI\Draw\Path Construct a new Path UI\ ... (UI 0.9.9) UI\Draw\Path::__construct — Construct a new Path 説明 public UI\Draw\Path::__construct ( int $ ... mode = UI\Draw\Path::Winding ) Shall construct a new path in the given mode パラメータ mode Path::Windi ... ng or Path::Alternate 関連キーワード: new , Construct , construct , mode , Winding , end , p ...
https://man.plustar.jp/php/ui-draw-path.construct.html - [similar]
Creates a new map by intersecting keys with another map 3484
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with ... t (PECL ds >= 1.0.0) Ds\Map::intersect — Creates a new map by intersecting keys with another map 説明 pub ... s\Map::intersect ( Ds\Map $map ): Ds\Map Creates a new map containing the pairs of the current instance w ... edia 例 例1 Ds\Map::intersect() example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); $ ... b = new \ Ds \ Map ([ "b" => 4 , "c" => 5 , "d" => 6 ]); v ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]
Associates a key with a value 3484
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... しません。 例 例1 Ds\Map::put() example <?php $map = new \ Ds \ Map (); $map -> put ( "a" , 1 ); $map -> pu ... turn $this -> value === $obj -> value ; } } $map = new \ Ds \ Map (); $obj = new \ ArrayIterator ([]); // ... multiple instances of the same object will create new associations. $map -> put (new \ stdClass (), 3 ); ... $map -> put (new \ stdClass (), 4 ); // Using multiple instances of ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
Adds values to the set 3484
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... Ds\Set::add() example using integers <?php $set = new \ Ds \ Set (); $set -> add ( 1 ); $set -> add ( 1 ... turn $this -> value === $obj -> value ; } } $set = new \ Ds \ Set (); $obj = new \ ArrayIterator ([]); // ... of the same object will add them all. $set -> add (new \ stdClass ()); $set -> add (new \ stdClass ()); / ... able objects will only add the first. $set -> add (new \ HashableObject ( 1 )); $set -> add (new \ Hashab ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
Construct a new Decimal128 3484
« MongoDB\BSON\Decimal128 MongoDB\BSON\Decimal128::jsonSerialize » PHP Manual MongoDB\BSON\Decim ... al128 Construct a new Decimal128 MongoDB\BSON\Decimal128::__construct (m ... MongoDB\BSON\Decimal128::__construct — Construct a new Decimal128 説明 final public MongoDB\BSON\Decimal1 ... \Decimal128::__construct() example <?php var_dump (new MongoDB \ BSON \ Decimal128 ( 1234.5678 )); var_du ... mp (new MongoDB \ BSON \ Decimal128 ( NAN )); var_dump (ne ...
https://man.plustar.jp/php/mongodb-bson-decimal128.construct.html - [similar]
Construct a new Radial Gradient 3484
« UI\Draw\Brush\RadialGradient UI\Draw\Text\Layout » PHP Manual UI\Draw\Brush\RadialGradient Con ... struct a new Radial Gradient UI\Draw\Brush\RadialGradient::__co ... aw\Brush\RadialGradient::__construct — Construct a new Radial Gradient 説明 public UI\Draw\Brush\RadialGr ... I\Point $outer , float $radius ) Shall construct a new radial gradient パラメータ start outer radius 関連 ... キーワード: new , Construct , Radial , Gradient , Brush , RadialGr ...
https://man.plustar.jp/php/ui-draw-brush-radialgradient.construct.html - [similar]
Construct new Color 3484
« UI\Draw\Color UI\Draw\Color::getChannel » PHP Manual UI\Draw\Color Construct new Color UI\Draw ... (UI 0.9.9) UI\Draw\Color::__construct — Construct new Color 説明 public UI\Draw\Color::__construct ( UI\ ... ::__construct ( int $color = ? ) Shall construct a new color パラメータ color May be UI\Draw\Color or RRG ... GBBAA 関連キーワード: new , Construct , construct , public , getChannel , in ...
https://man.plustar.jp/php/ui-draw-color.construct.html - [similar]
Construct a new Font 3484
« UI\Draw\Text\Font UI\Draw\Text\Font::getAscent » PHP Manual UI\Draw\Text\Font Construct a new ... .9.9) UI\Draw\Text\Font::__construct — Construct a new Font 説明 public UI\Draw\Text\Font::__construct ( ... xt\Font\Descriptor $descriptor ) Shall construct a new Font using the given descriptor パラメータ descrip ... The descriptor for the Font 関連キーワード: Font , new , Construct , Text , a , construct , descriptor , ...
https://man.plustar.jp/php/ui-draw-text-font.construct.html - [similar]
Add a user to a security database 3462
« fbird_wait_event ibase_affected_rows » PHP Manual Firebird/InterBase 関数 Add a user to a secu ... se server service. user_name The login name of the new database user. password The password of the new us ... er. first_name The first name of the new database user. middle_name The middle name of the ... new database user. last_name The last name of the new database user. 戻り値 成功した場合に true を、失敗 ... ーワード: user , database , security , Add , ibase , new , string , service , handle , rows ...
https://man.plustar.jp/php/function.ibase-add-user.html - [similar]
Returns the Relaxed Extended JSON representation of a BSON value 3462
« MongoDB\BSON\toPHP MongoDB\BSON\Binary » PHP Manual 関数 Returns the Relaxed Extended JSON rep ... ], [ 'document' => [ 'foo' => 'bar' ]], [ 'oid' => new MongoDB \ BSON \ ObjectId ( '56315a7c6118fd1b92027 ... 0b1' ) ], [ 'dec128' => new MongoDB \ BSON \ Decimal128 ( '1234.5678' ) ], [ ' ... binary' => new MongoDB \ BSON \ Binary ( 'foo' , MongoDB \ BSON \ ... Binary :: TYPE_GENERIC ) ], [ 'date' => new MongoDB \ BSON \ UTCDateTime ( 1445990400000 ) ], ...
https://man.plustar.jp/php/function.mongodb.bson-torelaxedextendedjson.html - [similar]