検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 584 for C (0.027 sec.)
正規表現による検索と置換を行う 4435
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 > ... r ( string | array $pattern , string | array $replacement , string | array $subject , int $limit = -1 , ... int &$count = null ): string | array | null preg_filter() ... は preg_replace() と似ていますが、マッチした結果 (を変換したもの) ... 返します。 この関数の挙動の詳細については preg_replace() のドキュメントを参照ください。 パラメータ 引数の ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
インストール手順 4435
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP の OpenSS ... あるいは /dev/random デバイスがこれにあたります。 configure オプション --with-system-ciphers が利用でき ... す。 libeay32.dll , または、OpenSSL 1.1 以降では libcrypto-*.dll 加えてキー生成およびサイン認証関数を使用 ... する計画がある場合、 システムに 有効な openssl.cnf をインストールする 必要があります。 Win32 バイナ ... リにあります。 PHP は、 以下のロジックにより openssl.cnf を探します。 環境変数 OPENSSL_CONF が設定された場 ...
https://man.plustar.jp/php/openssl.installation.html - [similar]
Delete an instance using OID 4398
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... OID cubrid_drop (PECL CUBRID >= 8.3.0) cubrid_drop — Del ... ete an instance using OID 説明 cubrid_drop ( resource $conn_ident ... ifier , string $oid ): bool The cubrid_drop() function is used to delete an instance ... from database by using the oid of the instance. パラメータ conn_identifier Connection identifier ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
Yaf_Route_Map クラス 4368
« Yaf_Route_Interface::route Yaf_Route_Map::assemble » PHP Manual Yaf Yaf_Route_Map クラス Yaf_R ... 中で、ベース URL の後に続く部分。 Yaf_Request_Abstract::setBaseUri() を参照ください) をコントローラ名やア ... ン名に変換します (どちらになるかは Yaf_Route_Map::__construct() に渡すパラメータで決まります)。 その規則 ... は次のとおりです。 A => controller A. A/B/C => controller A_B_C. A/B/C/D/E = ... > controller A_B_C_D_E. Yaf_Route_Map::__construct() の ...
https://man.plustar.jp/php/class.yaf-route-map.html - [similar]
型演算子 4368
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数 ... ンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyCla ... ss { } $a = new MyClass ; var_dump ( $a instanceof MyClass ); var_dump ... ( $a instanceof NotMyClass ); ?> 上の例の出力は以下となります。 ... bool(true) bool(false) instanceof は、ある変数が 特定の親クラスを継承したクラスの ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
Returns a reversed copy 4330
« Ds\Deque::reverse Ds\Deque::rotate » PHP Manual Deque Returns a reversed copy Ds\Deque::revers ... ed (PECL ds >= 1.0.0) Ds\Deque::reversed — Returns a rever ... sed copy 説明 public Ds\Deque::reversed (): Ds\Deque Ret ... urns a reversed copy of the deque. パラメータ この関数にはパラメータ ... はありません。 戻り値 A reversed copy of the deque. 注意 : The current instance is no ...
https://man.plustar.jp/php/ds-deque.reversed.html - [similar]
Returns a reversed copy 4330
« Ds\Sequence::reverse Ds\Sequence::rotate » PHP Manual Sequence Returns a reversed copy Ds\Sequ ... ence::reversed (PECL ds >= 1.0.0) Ds\Sequence::reverse ... d — Returns a reversed copy 説明 abstract public Ds\Sequence::reversed (): ... Ds\Sequence Returns a reversed copy of the sequence. パラメー ... の関数にはパラメータはありません。 戻り値 A reversed copy of the sequence. 注意 : The current instance is ...
https://man.plustar.jp/php/ds-sequence.reversed.html - [similar]
Returns a reversed copy 4330
« Ds\Set::reverse Ds\Set::slice » PHP Manual Set Returns a reversed copy Ds\Set::reversed (PECL ... ds >= 1.0.0) Ds\Set::reversed — Returns a reversed copy 説明 public Ds\Set::reversed (): Ds\Set Returns ... a reversed copy of the set. パラメータ この関数にはパラメータは ... ありません。 戻り値 A reversed copy of the set. 注意 : The current instance is not ... affected. 例 例1 Ds\Set::reversed() example <?php $set = ...
https://man.plustar.jp/php/ds-set.reversed.html - [similar]
Returns a reversed copy 4330
« Ds\Vector::reverse Ds\Vector::rotate » PHP Manual Vector Returns a reversed copy Ds\Vector::re ... versed (PECL ds >= 1.0.0) Ds\Vector::reversed — Returns a reve ... rsed copy 説明 public Ds\Vector::reversed (): Ds\Vector R ... eturns a reversed copy of the vector. パラメータ この関数にはパラメータ ... はありません。 戻り値 A reversed copy of the vector. 注意 : The current instance is n ...
https://man.plustar.jp/php/ds-vector.reversed.html - [similar]
Creates a new FFI object 4330
« FFI::cast FFI::free » PHP Manual FFI Creates a new FFI object FFI::cdef (PHP 7 >= 7.4.0, PHP 8 ... ) FFI::cdef — Creates a new FFI object 説明 public static F ... FI::cdef ( string $code = "" , ? string $lib = null ): F ... FI Creates a new FFI object. パラメータ code A string c ... ontaining a sequence of declarations in regular C language (types, str ...
https://man.plustar.jp/php/ffi.cdef.html - [similar]