検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1006 for As (0.011 sec.)
Joins all values together as a string 4704
« Ds\Set::isEmpty Ds\Set::jsonSerialize » PHP Manual Set Joins all values together as a string D ... >= 1.0.0) Ds\Set::join — Joins all values together as a string 説明 public Ds\Set::join ( string $glue = ... ? ): string Joins all values together as a string using an optional separator between each ... alue. 戻り値 All values of the set joined together as a string. 例 例1 Ds\Set::join() example using a se ... ) "a|b|c|1|2|3" 例2 Ds\Set::join() example without a separator string <?php $set = new \ Ds \ Set ([ "a" ...
https://man.plustar.jp/php/ds-set.join.html - [similar]
Joins all values together as a string 4704
« Ds\Vector::isEmpty Ds\Vector::jsonSerialize » PHP Manual Vector Joins all values together as a s ... 1.0.0) Ds\Vector::join — Joins all values together as a string 説明 public Ds\Vector::join ( string $glu ... e = ? ): string Joins all values together as a string using an optional separator between each ... e. 戻り値 All values of the vector joined together as a string. 例 例1 Ds\Vector::join() example using a ... a|b|c|1|2|3" 例2 Ds\Vector::join() example without a separator string <?php $vector = new \ Ds \ Vector ...
https://man.plustar.jp/php/ds-vector.join.html - [similar]
Fetch the next row from a result set 4704
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... : mixed The cubrid_fetch() function is used to get a single row from the query result. The cursor automa ... rray type of the fetched result CUBRID_NUM, CUBRID_ASSOC, CUBRID_BOTH, CUBRID_OBJECT. If you want to ope ... is unsuccessful. The result can be received either as an array or as an object, and you can decide which ... following values: CUBRID_NUM : Numerical array (0-based) CUBRID_ASSOC : Associative array CUBRID_BOTH : ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
Get the type of neural network it was created as 4667
« fann_get_MSE fann_get_num_input » PHP Manual Fann 関数 Get the type of neural network it was c ... reated as fann_get_network_type (PECL fann >= 1.0.0) fann_ge ... _network_type — Get the type of neural network it was created as 説明 fann_get_network_type ( resource $ ... ann ): int Get the type of neural network it was created as. パラメータ ann ニューラルネットワークリ ...
https://man.plustar.jp/php/function.fann-get-network-type.html - [similar]
値を JSON 形式にして返す 4667
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... JSON_UNESCAPED_LINE_TERMINATORS , JSON_UNESCAPED_SLASHES , JSON_UNESCAPED_UNICODE , JSON_THROW_ON_ERROR ... ), "\n\n" ; $b = array(); echo "Empty array output as array: " , json_encode ( $b ), "\n" ; echo "Empty ... array output as object: " , json_encode ( $b , JSON_FORCE_OBJECT ) ... "\n\n" ; $c = array(array( 1 , 2 , 3 )); echo "Non-associative array output as array: " , json_encode ( ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
GlobIterator クラス 4624
« FilterIterator::valid GlobIterator::__construct » PHP Manual イテレータ GlobIterator クラス Gl ... ob() と同じ形式の反復処理を行います。 クラス概要 class GlobIterator extends FilesystemIterator implement ... 承した定数 */ const int FilesystemIterator::CURRENT_AS_PATHNAME = 32 ; const int FilesystemIterator::CURR ... ENT_AS_FILEINFO = 0 ; const int FilesystemIterator::CURRE ... NT_AS_SELF = 16 ; const int FilesystemIterator::CURRENT_ ...
https://man.plustar.jp/php/class.globiterator.html - [similar]
Loads a hosts file (in the same format as /etc/hosts) from hosts file 4624
« EventDnsBase::countNameservers EventDnsBase::parseResolvConf » PHP Manual EventDnsBase Loads a ... hosts file (in the same format as /etc/hosts) from hosts file EventDnsBase::loadHost ... s (PECL event >= 1.2.6-beta) EventDnsBase::loadHosts — Loads a hosts file (in the same form ... at as /etc/hosts) from hosts file 説明 public EventDnsBa ... sts ): bool Loads a hosts file (in the same format as /etc/hosts ) from hosts file. パラメータ hosts Pat ...
https://man.plustar.jp/php/eventdnsbase.loadhosts.html - [similar]
Provides an array or document to serialize as BSON 4624
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... rovides an array or document to serialize as BSON MongoDB\BSON\Serializable::bsonSerialize (mon ... alize — Provides an array or document to serialize as BSON 説明 abstract public MongoDB\BSON\Serializabl ... t to BSON. The method must return an array or stdClass . Root documents (e.g. a MongoDB\BSON\Serializabl ... e passed to MongoDB\BSON\fromPHP() ) will always be seri ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
結果セットから次の行を取得する 4624
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... そのデフォルトは PDO::FETCH_BOTH ) です。 PDO::FETCH_ASSOC : は、結果セットに 返された際のカラム名で添字を ... でバインドされた PHP 変数に代入します。 PDO::FETCH_CLASS : 結果セットのカラムがクラス内の名前付けされたプロ ... コンストラクタを呼び出します。 mode に PDO::FETCH_CLASSTYPE が 含まれている場合 (例: PDO::FETCH_CLASS | P ... DO::FETCH_CLASSTYPE ) は、最初のカラムの値から クラス名を決定しま ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
基本的な使い方 4624
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... be needed, since PostgreSQL connection binds database. function pg_list_dbs ( $db ) { assert ( is_resou ... rce ( $db )); $query = ' SELECT d.datname as "Name", u.usename as "Owner", pg_encoding_to_char( ... d.encoding) as "Encoding" FROM pg_database d LEFT JOIN pg_user u ... ーブルを一覧にする function pg_list_tables ( $db ) { assert ( is_resource ( $db )); $query = " SELECT c.re ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT