検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 5876 for public (0.016 sec.)
XSLTProcessor クラス 2527
« libxml のエラー処理関数によるエラー処理 XSLTProcessor::__construct » PHP Manual XSL XSLTProces ... めに クラス概要 class XSLTProcessor { /* メソッド */ public getParameter ( string $namespace , string $name ): ... string | false public getSecurityPrefs (): int public hasExsltSupport () ... : bool public importStylesheet ( object $stylesheet ): bool publ ... ( array | string | null $functions = null ): void public removeParameter ( string $namespace , string $name ...
https://man.plustar.jp/php/class.xsltprocessor.html - [similar]
The EventHttp class 2518
« EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The Even ... クラス概要 final class EventHttp { /* メソッド */ public accept ( mixed $socket ): bool public addServerAli ... as ( string $alias ): bool public bind ( string $address , int $port ): void public ... ( EventBase $base , EventSslContext $ctx = null ) public removeServerAlias ( string $alias ): bool public s ... etAllowedMethods ( int $methods ): void public setCallback ( string $path , string $cb , string $ ...
https://man.plustar.jp/php/class.eventhttp.html - [similar]
The EventHttpConnection class 2518
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... ラス概要 class EventHttpConnection { /* メソッド */ public __construct ( EventBase $base , EventDnsBase $dns_ ... ddress , int $port , EventSslContext $ctx = null ) public getBase (): EventBase public getPeer ( string &$ad ... dress , int &$port ): void public makeRequest ( EventHttpRequest $req , int $type , ... string $uri ): bool public setCloseCallback ( callable $callback , mixed $dat ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
The MongoDB\Driver\Manager class 2518
« MongoDB\Driver MongoDB\Driver\Manager::addSubscriber » PHP Manual MongoDB\Driver The MongoDB\D ... lass MongoDB\Driver\Manager { /* メソッド */ final public addSubscriber ( MongoDB\Driver\Monitoring\Subscrib ... er $subscriber ): void final public __construct ( string $uri = "mongodb://127.0.0.1/" ... = array() , array $driverOptions = array() ) final public createClientEncryption ( array $options ): MongoDB ... \Driver\ClientEncryption final public executeBulkWrite ( string $namespace , MongoDB\Dri ...
https://man.plustar.jp/php/class.mongodb-driver-manager.html - [similar]
The MongoDB\Driver\Session class 2518
« MongoDB\Driver\BulkWrite::update MongoDB\Driver\Session::abortTransaction » PHP Manual MongoDB ... ANSACTION_ABORTED = aborted ; /* メソッド */ final public abortTransaction (): void final public advanceClus ... erTime ( array | object $clusterTime ): void final public advanceOperationTime ( MongoDB\BSON\TimestampInter ... face $operationTime ): void final public commitTransaction (): void final private __constru ... ct () final public endSession (): void final public getClusterTime () ...
https://man.plustar.jp/php/class.mongodb-driver-session.html - [similar]
SolrPingResponse クラス 2518
« SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingRespons ... RSE_SOLR_DOC = 1 ; /* プロパティ */ /* メソッド */ public __construct () public getResponse (): string publi ... c __destruct () /* 継承したメソッド */ public SolrResponse::getDigestedResponse (): string publi ... c SolrResponse::getHttpStatus (): int public SolrResponse::getHttpStatusMessage (): string publ ... ic SolrResponse::getRawRequest (): string public SolrResponse::getRawRequestHeaders (): string publ ...
https://man.plustar.jp/php/class.solrpingresponse.html - [similar]
The Stomp class 2518
« stomp_version Stomp::abort » PHP Manual Stomp The Stomp class The Stomp class (PECL stomp >= 0 ... ge Broker. クラス概要 class Stomp { /* メソッド */ public __construct ( string $broker = ini_get("stomp.defa ... = ? , string $password = ? , array $headers = ? ) public abort ( string $transaction_id , array $headers = ... tring $transaction_id , array $headers = ? ): bool public ack ( mixed $msg , array $headers = ? ): bool stom ... ce $link , mixed $msg , array $headers = ? ): bool public begin ( string $transaction_id , array $headers = ...
https://man.plustar.jp/php/class.stomp.html - [similar]
Yaf_Exception クラス 2518
« Yaf_Session::valid Yaf_Exception::__construct » PHP Manual Yaf Yaf_Exception クラス Yaf_Except ... ate ? Throwable $ previous = null ; /* メソッド */ public __construct () public getPrevious (): void /* 継承 ... したメソッド */ final 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.yaf-exception.html - [similar]
プロパティ 2518
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... 。 注意 : アクセス権 を宣言しない場合、プロパティを public として宣言したとみなされます。 クラスのメソッドから ... す。 例1 プロパティの宣言 <?php class SimpleClass { public $var1 = 'hello ' . 'world' ; public $var2 = <<<EOD ... hello world EOD; public $var3 = 1 + 2 ; // 無効なプロパティ宣言 public $va ... r4 = self :: myStaticMethod (); public $var5 = $myVar ; // 有効なプロパティ宣言 public $v ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
DatePeriod クラス 2509
« DateInterval::format DatePeriod::__construct » PHP Manual Date/Time DatePeriod クラス DatePeri ... onst int EXCLUDE_START_DATE = 1 ; /* プロパティ */ public int $ recurrences ; public bool $ include_start_da ... te ; public DateTimeInterface $ start ; public DateTimeInterfa ... ce $ current ; public DateTimeInterface $ end ; public DateInterval $ in ... terval ; /* メソッド */ public __construct ( DateTimeInterface $start , DateInter ...
https://man.plustar.jp/php/class.dateperiod.html - [similar]