検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 368 for [SIMILAR] 16 1024 4096 WITH 8562 パタ WITH 7175 ... (0.548 sec.)
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 0
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグインAPI MySQL Native Driverプラグイン のアーキテクチャ MySQL Native Driverプラグイン のアーキテクチャ このセクションでは、 mysqlnd プラグイン のアーキテクチャについての概要を示します。 MySQL Nat ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.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]
アンチエイリアス機能を使用すべきかどうかを判断する 0
« imagealphablending imagearc » PHP Manual GD および Image 関数 アンチエイリアス機能を使用すべきかどうかを判断する imageantialias (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) imageantialias — アンチエイリアス機能を使用すべきかどうかを判断する 説明 imageantialias ( GdImage $image , bool $enable ...
https://man.plustar.jp/php/function.imageantialias.html - [similar]
freetype2 によるフォントを用いたテキストを囲む箱を取得する 0
« imagefontwidth imagefttext » PHP Manual GD および Image 関数 freetype2 によるフォントを用いたテキストを囲む箱を取得する imageftbbox (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imageftbbox — freetype2 によるフォントを用いたテキストを囲む箱を取得する 説明 imageftbbox ( float $size , float $ang ...
https://man.plustar.jp/php/function.imageftbbox.html - [similar]
直線を描く 0
« GmagickDraw::gettextencoding GmagickDraw::point » PHP Manual GmagickDraw 直線を描く GmagickDraw::line (PECL gmagick >= Unknown) GmagickDraw::line — 直線を描く 説明 public GmagickDraw::line ( float $sx , float $sy , float $ex , float $ey ): GmagickDraw 現在の描画色、不透明度、線幅を使っ ...
https://man.plustar.jp/php/gmagickdraw.line.html - [similar]
ポリラインを描く 0
« GmagickDraw::polygon GmagickDraw::rectangle » PHP Manual GmagickDraw ポリラインを描く GmagickDraw::polyline (PECL gmagick >= Unknown) GmagickDraw::polyline — ポリラインを描く 説明 public GmagickDraw::polyline ( array $coordinate_array ): GmagickDraw 現在の描画色、線幅、塗りつぶし色、塗 ...
https://man.plustar.jp/php/gmagickdraw.polyline.html - [similar]
矩形を描く 0
« GmagickDraw::polyline GmagickDraw::rotate » PHP Manual GmagickDraw 矩形を描く GmagickDraw::rectangle (PECL gmagick >= Unknown) GmagickDraw::rectangle — 矩形を描く 説明 public GmagickDraw::rectangle ( float $x1 , float $y1 , float $x2 , float $y2 ): GmagickDraw 二つの座標を指定して、現在 ...
https://man.plustar.jp/php/gmagickdraw.rectangle.html - [similar]