検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 2022 for [SIMILAR] 16 1024 4096 WITH 1722382 example WITH... (1.838 sec.)
ビットを設定する 0
« gmp_scan1 gmp_sign » PHP Manual GMP 関数 ビットを設定する gmp_setbit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_setbit — ビットを設定する 説明 gmp_setbit ( GMP $num , int $index , bool $value = true ): void num のビット index を設定します。 パラメータ num 変更したい値。 GMP オブジェクト ...
https://man.plustar.jp/php/function.gmp-setbit.html - [similar]
The __construct purpose 0
« Yaf_Route_Map::assemble Yaf_Route_Map::route » PHP Manual Yaf_Route_Map The __construct purpose Yaf_Route_Map::__construct (Yaf >=1.0.0) Yaf_Route_Map::__construct — The __construct purpose 説明 public Yaf_Route_Map::__construct ( string $controller_prefer = false , string $delimiter = ...
https://man.plustar.jp/php/yaf-route-map.construct.html - [similar]
発行コールバック 0
« パースコールバック Yaml 関数 » PHP Manual コールバック 発行コールバック 発行コールバック 発行コールバックが起動するのは、登録済みのクラスのインスタンスが yaml_emit() や yaml_emit_file() から呼び出されたときです。 コールバックに渡されるのは、発行対象のオブジェクトです。 このコールバック ...
https://man.plustar.jp/php/yaml.callbacks.emit.html - [similar]
XML 外部エンティティの例 0
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンティティの例 この例は、XML コードに焦点を当てます。この例は、他のドキュメント をインクルードし処理するための外部エンティティリファレンスのハン ドラの使用法およびPIの処理方法、PIが含むコードに関 ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
goto 0
« include_once 関数 » PHP Manual 制御構造 goto goto (PHP 5 >= 5.3.0, PHP 7, PHP 8) この画像は » xkcd から提供いただいたものです。 goto 演算子を使用すると、 プログラム中の他の命令にジャンプすることができます。 ジャンプ先はラベルとコロンで表し、 goto の後にそのラベルを指定します。 ラベルは ...
https://man.plustar.jp/php/control-structures.goto.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
HTTP(s) URL へのアクセス 0
« file:// ftp:// » PHP Manual サポートするプロトコル/ラッパー HTTP(s) URL へのアクセス http:// https:// http:// -- https:// — HTTP(s) URL へのアクセス 説明 HTTP GET メソッドを用いて、 ファイル/リソースに対する読み取り専用のアクセスが可能です。 仮想ホストにホスト名でアクセスするために、 H ...
https://man.plustar.jp/php/wrappers.http.html - [similar]
間隔をフォーマットする 0
« DateInterval::createFromDateString DatePeriod » PHP Manual DateInterval 間隔をフォーマットする DateInterval::format (PHP 5 >= 5.3.0, PHP 7, PHP 8) DateInterval::format — 間隔をフォーマットする 説明 public DateInterval::format ( string $format ): string 間隔をフォーマットします。 パラメ ...
https://man.plustar.jp/php/dateinterval.format.html - [similar]
Basic FFI usage 0
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the details of the FFI API, lets take a look at a few examples demonstrating the simplicity of the FFI API usage for regular tasks. 注意 : Some of these examples require libc.so.6 and as such will not w ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 0
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値でソートする usort (PHP 4, PHP 5, PHP 7, PHP 8) usort — ユーザー定義の比較関数を使用して、配列を値でソートする 説明 usort ( array &$array , callable $callback ): bool 順序を決めるユーザー定義の比 ...
https://man.plustar.jp/php/function.usort.html - [similar]