検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 152 for [SIMILAR] 16 1024 4096 WITH 51718 splfixedarray ... (0.194 sec.)
0
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を書きこみ、 続いて、このファイルの内容を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo "<html>\n<head></head>\n<body>\n<pre>\n" ; $s = ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
GNU Multiple Precision 0
« bcsub はじめに » PHP Manual 数学 GNU Multiple Precision GNU Multiple Precision はじめに インストール/設定 要件 インストール手順 実行時設定 定義済み定数 例 GMP 関数 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビ ...
https://man.plustar.jp/php/book.gmp.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
変数名とその値から配列を作成する 0
« asort count » PHP Manual 配列 関数 変数名とその値から配列を作成する compact (PHP 4, PHP 5, PHP 7, PHP 8) compact — 変数名とその値から配列を作成する 説明 compact ( array | string $var_name , array | string ...$var_names ): array 変数名とその値から配列を作成します。 各引数について、 comp ...
https://man.plustar.jp/php/function.compact.html - [similar]
イメージの一部をコピー、マージする 0
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージする imagecopymerge (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) imagecopymerge — イメージの一部をコピー、マージする 説明 imagecopymerge ( GdImage $dst_image , GdImage $src_image , int $dst_x , int $d ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
グレースケールでイメージの一部をコピー、マージする 0
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの一部をコピー、マージする imagecopymergegray (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagecopymergegray — グレースケールでイメージの一部をコピー、マージする 説明 imagecopymergegray ( GdImage $dst ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
多角形を描画する 0
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4, PHP 5, PHP 7, PHP 8) imagepolygon — 多角形を描画する 説明 PHP 8.0.0 以降のシグネチャ(名前付き引数をサポートしていません) imagepolygon ( GdImage $image , array $points , int $color ): bool 代 ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
ラージオブジェクトをファイルにエクスポートする 0
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポートする pg_lo_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_export — ラージオブジェクトをファイルにエクスポートする 説明 pg_lo_export ( PgSql\Connection $connection = ? , int $oid , strin ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
FAQ: 名前空間について知っておくべきこと 0
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FAQ: 名前空間について知っておくべきこと (PHP 5 >= 5.3.0, PHP 7, PHP 8) この FAQ は 2 つに別れています。一般的な質問と、 深く理解するために有用な実装に関する質問です。 まずは一般的な質問。 名前空 ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT