検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 584 for C (0.026 sec.)
文字列の一部を置換する 3947
« substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP ... 5, PHP 7, PHP 8) substr_replace — 文字列の一部を置換する 説明 substr_replace ( ar ... ray | string $string , array | string $replace , array | int $offset , array | int | null $lengt ... h = null ): string | array substr_replace() は、文字列 string の offset および (オプションの ... ) length パラメータで区切られた部分を replace で指定した文字列に置換します。 パラメータ string ...
https://man.plustar.jp/php/function.substr-replace.html - [similar]
コールバック / Callable 3947
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... allable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定 ... でなく、オブジェクトのメソッド あるいはクラスのstaticメソッドであってもかまいません。 受け渡し PHP 関数は ... 定義の関数も渡すことができます。 ただし、 array() , echo , empty() , eval() , exit() , isset() , list() , ... そして 1 番目の要素にメソッド名を指定します。 protected メソッドや private メソッドは、クラスの内部から ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
ReflectionFunction オブジェクトを作成する 3947
« ReflectionFunction ReflectionFunction::export » PHP Manual ReflectionFunction ReflectionFuncti ... on オブジェクトを作成する ReflectionFunction::__construct (PHP 5, PHP 7, PHP 8) Ref ... lectionFunction::__construct — ReflectionFunction オブ ... ジェクトを作成する 説明 public ReflectionFunction::__construct ( Closure | string ... $function ) ReflectionFunction オブジェクトを作成します。 ...
https://man.plustar.jp/php/reflectionfunction.construct.html - [similar]
PHP の振る舞いの変更 3947
« 関数リファレンス APCu » PHP Manual 関数リファレンス PHP の振る舞いの変更 PHP の振る舞いの変更 ... APCu — APC User Cache はじめに インストール/設定 定義済 ... み定数 APCu 関数 APCUIterator — APCUIterator クラス Componere ... はじめに インストール/設定 Componere\Abstract\Definition — The Componere\Abstra ... ct\Definition class Componere\Definition — The Componere\Definitio ...
https://man.plustar.jp/php/refs.basic.php.html - [similar]
Reverses the deque in-place 3910
« Ds\Deque::remove Ds\Deque::reversed » PHP Manual Deque Reverses the deque in-place Ds\Deque::r ... everse (PECL ds >= 1.0.0) Ds\Deque::reverse — Reverses the deq ... ue in-place 説明 public Ds\Deque::reverse (): void Reverses t ... he deque in-place. パラメータ この関数にはパラメータはありません。 ... le <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ]); $deque -> reverse (); print_r ( $deque ); ?> ...
https://man.plustar.jp/php/ds-deque.reverse.html - [similar]
Reverses the sequence in-place 3910
« Ds\Sequence::remove Ds\Sequence::reversed » PHP Manual Sequence Reverses the sequence in-place ... Ds\Sequence::reverse (PECL ds >= 1.0.0) Ds\Sequence::reverse ... — Reverses the sequence in-place 説明 abstract public Ds\Sequence::revers ... e (): void Reverses the sequence in-place. パラメータ この関数にはパラメータはあり ... ません。 戻り値 値を返しません。 例 例1 Ds\Sequence::reverse() example <?php $sequence = new \ Ds \ V ...
https://man.plustar.jp/php/ds-sequence.reverse.html - [similar]
Reverses the set in-place 3910
« Ds\Set::remove Ds\Set::reversed » PHP Manual Set Reverses the set in-place Ds\Set::reverse (PE ... >= 1.0.0) Ds\Set::reverse — Reverses the set in-place 説明 public Ds\Set::reverse (): void Reverses the ... set in-place. パラメータ この関数にはパラメータはありません。 ... xample <?php $set = new \ Ds \ Set ([ "a" , "b" , "c" ]); $set -> reverse (); print_r ( $set ); ?> 上の ... の出力は、 たとえば以下のようになります。 Ds\Set Object ( [0] => c [1] => b [2] => a ) 関連キーワード: Re ...
https://man.plustar.jp/php/ds-set.reverse.html - [similar]
Reverses the vector in-place 3910
« Ds\Vector::remove Ds\Vector::reversed » PHP Manual Vector Reverses the vector in-place Ds\Vect ... or::reverse (PECL ds >= 1.0.0) Ds\Vector::reverse — Reverses the ve ... ctor in-place 説明 public Ds\Vector::reverse (): void Reverses ... the vector in-place. パラメータ この関数にはパラメータはあ ... りません。 戻り値 値を返しません。 例 例1 Ds\Vector::reverse() example <?php $vector = new \ Ds \ V ...
https://man.plustar.jp/php/ds-vector.reverse.html - [similar]
Sets the database operation 3910
« oci_set_client_info oci_set_edition » PHP Manual OCI8 関数 Sets the database operation oci_set ... (PHP 7 >= 7.2.14, PHP 8, PHP 7 >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0) oci_set_db_operation — Sets the da ... tabase operation 説明 oci_set_db_operation ( resource $connection , string ... $action ): bool Sets the DBOP for Oracle tracing. The ... en the next 'round-trip' from PHP to the database occurs, typically when a SQL statement is executed. T ...
https://man.plustar.jp/php/function.oci-set-db-operation.html - [similar]
はじめに 3910
« Inotify インストール/設定 » PHP Manual Inotify はじめに はじめに inotify 拡張モジュールは、ino ... tify 関数 inotify_init() 、 inotify_add_watch() および inotify_rm_watch() を公開しています。 C ... を返します。これは、標準のストリーム関数 stream_select() や stream_set_blocking() 、 fclose() などで利用 ... することができます。 inotify_read() は、C の流儀での inotify イベントの読み込みを置き換えるも ...
https://man.plustar.jp/php/intro.inotify.html - [similar]