検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 5876 for Public (0.027 sec.)
TableUpdate クラス 2063
« TableSelect::where TableUpdate::bind » PHP Manual Mysql_xdevapi TableUpdate クラス TableUpdate ... plements mysql_xdevapi\Executable { /* メソッド */ public bind ( array $placeholder_values ): mysql_xdevapi\ ... TableUpdate public execute (): mysql_xdevapi\TableUpdate public limit ... ( int $rows ): mysql_xdevapi\TableUpdate public orderby ( mixed $orderby_expr , mixed ...$orderby_ ... exprs ): mysql_xdevapi\TableUpdate public set ( string $table_field , string $expression_or_ ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableupdate.html - [similar]
NumberFormatter クラス 2063
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... クラス概要 class NumberFormatter { /* メソッド */ public __construct ( string $locale , int $style , ? stri ... ng $pattern = null ) public static create ( string $locale , int $style , ? st ... ring $pattern = null ): ? NumberFormatter public formatCurrency ( float $amount , string $currency ... ): string | false public format ( int | float $num , int $type = NumberForm ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
The MongoDB\BSON\UTCDateTime class 2054
« MongoDB\BSON\Timestamp::unserialize MongoDB\BSON\UTCDateTime::__construct » PHP Manual MongoDB ... onSerializable , Stringable { /* メソッド */ final public __construct ( int | float | string | DateTimeInter ... face $milliseconds = null ) final public jsonSerialize (): mixed final public serialize (): ... string final public toDateTime (): DateTime final public __toString () ... : string final public unserialize ( string $serialized ): void } 変更履歴 ...
https://man.plustar.jp/php/class.mongodb-bson-utcdatetime.html - [similar]
SolrDocumentField クラス 2054
« SolrDocument::valid SolrDocumentField::__construct » PHP Manual Solr SolrDocumentField クラス ... 要 final class SolrDocumentField { /* プロパティ */ public readonly string $ name ; public readonly float $ b ... oost ; public readonly array $ values ; /* メソッド */ public __ ... construct () public __destruct () } プロパティ name フィールド名 boost ... ラクタ 関連キーワード: SolrDocumentField , クラス , public , フィールド , readonly , construct , boost , dest ...
https://man.plustar.jp/php/class.solrdocumentfield.html - [similar]
WeakMap クラス 2054
« WeakReference::get WeakMap::__construct » PHP Manual 定義済みのインターフェイスとクラス WeakMa ... s , Countable , IteratorAggregate { /* メソッド */ public __construct () public count (): int public getIter ... ator (): Iterator public offsetExists ( object $object ): bool public offse ... tGet ( object $object ): mixed public offsetSet ( object $object , mixed $value ): void ... wm = new WeakMap (); $o = new StdClass ; class A { public function __destruct () { echo "Dead!\n" ; } } $wm ...
https://man.plustar.jp/php/class.weakmap.html - [similar]
2054
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... tent-Type: text/html; charset=UTF-8 Cache-Control: public, max-age=2592000 Server: gws Content-Length: 221 X ... lass MyListenerConnection { private $bev , $base ; public function __destruct () { $this -> bev -> free (); ... } public function __construct ( $base , $fd ) { $this -> ba ... )) { echo "Failed to enable READ\n" ; return; } } public function echoReadCallback ( $bev , $ctx ) { // Cop ...
https://man.plustar.jp/php/event.examples.html - [similar]
IntlPartsIterator クラス 2044
« IntlDatePatternGenerator::getBestPattern IntlPartsIterator::getBreakIterator » PHP Manual intl ... EFT = 1 ; const int KEY_RIGHT = 2 ; /* メソッド */ public getBreakIterator (): IntlBreakIterator /* 継承した ... メソッド */ public IntlIterator::current (): mixed public IntlIterato ... r::key (): mixed public IntlIterator::next (): void public IntlIterator::r ... ewind (): void public IntlIterator::valid (): bool } 定義済み定数 IntlPa ...
https://man.plustar.jp/php/class.intlpartsiterator.html - [similar]
libXMLError クラス 2044
« 定義済み定数 libxml 関数 » PHP Manual libxml libXMLError クラス libXMLError クラス (PHP 5 >= 5 ... い。 クラス概要 class libXMLError { /* プロパティ */ public int $ level ; public int $ code ; public int $ col ... umn ; public string $ message ; public string $ file ; public i ... 発生した行。 関連キーワード: クラス , libXMLError , public , int , libxml , エラー , 発生 , column , string , ...
https://man.plustar.jp/php/class.libxmlerror.html - [similar]
The SyncReaderWriter class 2044
« SyncEvent::wait SyncReaderWriter::__construct » PHP Manual Sync The SyncReaderWriter class The ... クラス概要 class SyncReaderWriter { /* メソッド */ public __construct ( string $name = ? , int $autounlock = ... 1 ) public readlock ( int $wait = -1 ): bool public readunloc ... k (): bool public writelock ( int $wait = -1 ): bool public writeunl ... es a write lock 関連キーワード: SyncReaderWriter , public , lock , writer , int , read , construct , wait , ...
https://man.plustar.jp/php/class.syncreaderwriter.html - [similar]
クラスをエクスポートする 2044
« ReflectionClass::__construct ReflectionClass::getAttributes » PHP Manual ReflectionClass クラス ... した。この関数に頼らないことを強く推奨します。 説明 public static ReflectionClass::export ( mixed $argument , ... ass::export() の基本的な使用例 <?php class Apple { public $var1 ; public $var2 = 'Orange' ; public function ... ds [0] { } - Properties [2] { Property [ <default> public $var1 ] Property [ <default> public $var2 ] } - Me ... thods [1] { Method [ <user> public method type ] { @@ php shell code 5 - 7 } } } 参考 ...
https://man.plustar.jp/php/reflectionclass.export.html - [similar]