検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 2039 for To (0.032 sec.)
ローカルファイルシステムへのアクセス 2713
« サポートするプロトコル/ラッパー http:// » PHP Manual サポートするプロトコル/ラッパー ローカルフ ... と同時に include_path も検索されます。 利用法 /path/to/file.ext relative/path/to/file.ext fileInCwd.ext C ... :/path/to/winfile.ext C:\path\to\winfile.ext \\smbserver\sha ... re\path\to\winfile.ext file:///path/to/file.ext オプション ラ ...
https://man.plustar.jp/php/wrappers.file.html - [similar]
Connect the socket 2713
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... ool $force = false ): ZMQSocket Connect the socket to a remote endpoint. The endpoint is defined in form ... dsn, for example transport://address . force Tries to connect even if the socket has already been connec ... ted to given endpoint. 戻り値 Returns the current object. ... t (), ZMQ :: SOCKET_REQ , 'my socket' ); /* Get list of connected endpoints */ $endpoints = $socket -> g ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 2699
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... eate a new SSL buffer event to send its data over another buffer event EventBuffe ... erEvent::sslFilter — Create a new SSL buffer event to send its data over another buffer event 説明 publi ... ): EventBufferEvent Create a new SSL buffer event to send its data over another buffer event 注意 : Thi ... iated event base. underlying A socket buffer event to use for this SSL. ctx Object of EventSslContext cl ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
Sets one or more flags to configure the eventual EventBase will be initialized 2699
« EventConfig::requireFeatures EventConfig::setMaxDispatchInterval » PHP Manual EventConfig Sets ... one or more flags to configure the eventual EventBase will be initializ ... ha) EventConfig::setFlags — Sets one or more flags to configure the eventual EventBase will be initializ ... tFlags ( int $flags ): bool Sets one or more flags to configure what parts of the eventual EventBase wil ...
https://man.plustar.jp/php/eventconfig.setflags.html - [similar]
メールを送信する 2699
« ezmlm_hash Mailparse » PHP Manual メール 関数 メールを送信する mail (PHP 4, PHP 5, PHP 7, PHP ... 8) mail — メールを送信する 説明 mail ( string $to , string $subject , string $message , array | stri ... arams = "" ): bool メールを送信します。 パラメータ to メールの受信者。 » RFC 2822 を満たす書式でなければ ... : mail(): "sendmail_from" not set in php.ini or custom "From:" header missing 。 Windows では、SMTP経由で ... 送信する 基本ヘッダに加え、MUA に From および Reply-To アドレスを通知する。 <?php $to = 'nobody@example.c ...
https://man.plustar.jp/php/function.mail.html - [similar]
Returns the PHP representation of a BSON value 2699
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... sentation of a BSON value MongoDB\BSON\toPHP (mongodb >=1.0.0) MongoDB\BSON\toPHP — Returns ... P representation of a BSON value 説明 MongoDB\BSON\toPHP ( string $bson , array $typeMap = array() ): ar ... Unserializes a BSON document (i.e. binary string) to its PHP representation. The typeMap paramater may ... be used to control the PHP types used for converting BSON arr ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
Executes a statement prepared with sqlsrv_prepare 2699
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... srv_execute (No version information available, might only be in Git) sqlsrv_execute — Executes a stateme ... rv_execute() example This example demonstrates how to prepare a statement with sqlsrv_prepare() and re-e ... srv_errors (), true )); } $sql = "UPDATE Table_1 SET OrderQty = ? WHERE SalesOrderID = ?" ; // Initializ ... the statement. // Variables $qty and $id are bound to the statement, $stmt. $qty = 0 ; $id = 0 ; $stmt = ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
Changes the specified servlet type to a new value 2699
« SolrClient::setResponseWriter SolrClient::system » PHP Manual SolrClient Changes the specified ... servlet type to a new value SolrClient::setServlet (PECL solr >= 0 ... t::setServlet — Changes the specified servlet type to a new value 説明 public SolrClient::setServlet ( i ... $value ): bool Changes the specified servlet type to a new value パラメータ type One of the following : ...
https://man.plustar.jp/php/solrclient.setservlet.html - [similar]
Switch QueryParser to be EDisMax 2699
« SolrDisMaxQuery::useDisMaxQueryParser SolrCollapseFunction » PHP Manual SolrDisMaxQuery Switch ... QueryParser to be EDisMax SolrDisMaxQuery::useEDisMaxQueryParser ... (No version information available, might only be in Git) SolrDisMaxQuery::useEDisMaxQueryPar ... ser — Switch QueryParser to be EDisMax 説明 public SolrDisMaxQuery::useEDisMax ... QueryParser (): SolrDisMaxQuery Switch QueryParser to be EDisMax. By default the query builder uses edis ...
https://man.plustar.jp/php/solrdismaxquery.useedismaxqueryparser.html - [similar]
The Set class 2680
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... ion information available, might only be in Git) はじめに A Set is a sequence of uni ... (square brackets). Insertion order is preserved. Automatically frees allocated memory when its size drop ... ength = ? ): Ds\Set public sort ( callable $comparator = ? ): void public sorted ( callable $comparator ... = ? ): Ds\Set public sum (): int | float public toArray (): array public union ( Ds\Set $set ): Ds\Se ...
https://man.plustar.jp/php/class.ds-set.html - [similar]