検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 5876 for public (0.021 sec.)
IntlDateFormatter クラス 2509
« IntlTimeZone::useDaylightTime IntlDateFormatter::create » PHP Manual intl IntlDateFormatter ク ... クラス概要 class IntlDateFormatter { /* メソッド */ public __construct ( ? string $locale , int $dateType , i ... t | null $calendar = null , string $pattern = "" ) public static create ( ? string $locale , int $dateType , ... null , string $pattern = "" ): ? IntlDateFormatter public format ( IntlCalendar | DateTimeInterface | array ... | string | int | float $datetime ): string | false public static formatObject ( IntlCalendar | DateTime $dat ...
https://man.plustar.jp/php/class.intldateformatter.html - [similar]
SolrClientException クラス 2509
« SolrException::getInternalInfo SolrClientException::getInternalInfo » PHP Manual Solr SolrClie ... ile ; protected string $ zif_name ; /* メソッド */ public getInternalInfo (): array /* 継承したメソッド */ f ... inal public Exception::getMessage (): string final public Exce ... ption::getPrevious (): ? Throwable final public Exception::getCode (): int final public Exception: ... :getFile (): string final public Exception::getLine (): int final public Exception: ...
https://man.plustar.jp/php/class.solrclientexception.html - [similar]
SplHeap クラス 2509
« SplQueue::setIteratorMode SplHeap::compare » PHP Manual データ構造 SplHeap クラス SplHeap クラ ... ted compare ( mixed $value1 , mixed $value2 ): int public count (): int public current (): mixed public extr ... act (): mixed public insert ( mixed $value ): bool public isCorrupted ( ... ): bool public isEmpty (): bool public key (): int public next () ... : void public recoverFromCorruption (): bool public rewind (): v ...
https://man.plustar.jp/php/class.splheap.html - [similar]
The Swoole\Connection\Iterator class 2509
« Swoole\Client::wakeup Swoole\Connection\Iterator::count » PHP Manual Swoole The Swoole\Connect ... terator , Countable , ArrayAccess { /* メソッド */ public count (): int public current (): Connection public ... key (): int public next (): Connection public offsetExists ( int $ind ... ex ): bool public offsetGet ( string $index ): Connection public off ... setSet ( int $offset , mixed $connection ): void public offsetUnset ( int $offset ): void public rewind () ...
https://man.plustar.jp/php/class.swoole-connection-iterator.html - [similar]
UConverter クラス 2509
« IntlPartsIterator::getBreakIterator UConverter::__construct » PHP Manual intl UConverter クラス ... 31 ; const int IMAP_MAILBOX = 32 ; /* メソッド */ public __construct ( ? string $destination_encoding = nul ... l , ? string $source_encoding = null ) public convert ( string $str , bool $reverse = false ): s ... tring | false public fromUCallback ( int $reason , array $source , int ... Point , int &$error ): string | int | array | null public static getAliases ( string $name ): array | false ...
https://man.plustar.jp/php/class.uconverter.html - [similar]
Draw Pen 2509
« UI\Controls\Box::setPadded UI\Draw\Pen::clip » PHP Manual UI Draw Pen Draw Pen (UI 0.9.9) はじ ... クラス概要 final class UI\Draw\Pen { /* メソッド */ public clip ( UI\Draw\Path $path ) public fill ( UI\Draw\ ... Path $path , UI\Draw\Brush $with ) public fill ( UI\Draw\Path $path , UI\Draw\Color $with ) ... public fill ( UI\Draw\Path $path , int $with ) public restore () public save () public stroke ( UI\Draw\ ... h , UI\Draw\Brush $with , UI\Draw\Stroke $stroke ) public stroke ( UI\Draw\Path $path , UI\Draw\Color $with ...
https://man.plustar.jp/php/class.ui-draw-pen.html - [similar]
Yaf_Config_Ini クラス 2509
« Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス ... cess , Countable { /* プロパティ */ /* メソッド */ public __construct ( string $config_file , string $sectio ... n = ? ) public count (): void public current (): void public __ge ... t ( string $name = ? ): void public __isset ( string $name ): void public key (): void ... public next (): void public offsetExists ( string $name ) ...
https://man.plustar.jp/php/class.yaf-config-ini.html - [similar]
The Yar_Client_Exception class 2509
« Yar_Server_Exception::getType Yar_Client_Exception::getType » PHP Manual Yar The Yar_Client_Ex ... xtends Exception { /* プロパティ */ /* メソッド */ public getType (): string /* 継承したメソッド */ final pu ... blic Exception::getMessage (): string final public Exception::getPrevious (): ? Throwable final publi ... c Exception::getCode (): int final public Exception::getFile (): string final public Excepti ... on::getLine (): int final public Exception::getTrace (): array final public Excepti ...
https://man.plustar.jp/php/class.yar-client-exception.html - [similar]
トレイト 2509
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P ... のが継承したメソッドとなります。 <?php class Base { public function sayHello () { echo 'Hello ' ; } } trait S ... ayWorld { public function sayHello () { parent :: sayHello (); echo ... もうひとつの優先順位の例 <?php trait HelloWorld { public function sayHello () { echo 'Hello World!' ; } } c ... lass TheWorldIsNotEnough { use HelloWorld ; public function sayHello () { echo 'Hello Universe!' ; } ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
ArrayObject の public プロパティの数を取得する 2499
« ArrayObject::__construct ArrayObject::exchangeArray » PHP Manual ArrayObject ArrayObject の public ... PHP 7, PHP 8) ArrayObject::count — ArrayObject の public プロパティの数を取得する 説明 public ArrayObject:: ... count (): int ArrayObject の public プロパティの数を取得します。 パラメータ この関数に ... はパラメータはありません。 戻り値 ArrayObject の public プロパティの数を返します。 注意 : ArrayObject を配 ... 列から作成した場合は、すべてのプロパティが public となります。 例 例1 ArrayObject::count() の例 <?ph ...
https://man.plustar.jp/php/arrayobject.count.html - [similar]