検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 1014 for [SIMILAR] 16 1024 4096 WITH 47097 か? WITH 7884 ... (0.556 sec.)
MySQL 改良版拡張モジュール 0
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール はじめに mysqli の概要 クイックスタートガイド 手続き型とオブジェクト指向インターフェイス データベース接続 ステートメントの実行 プリペアドステートメント ストアドプロシージャ 複数のステートメント ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
ArrayObject クラス 0
« その他のクラスおよびインターフェイス ArrayObject::append » PHP Manual その他のクラスおよびインターフェイス ArrayObject クラス ArrayObject クラス (PHP 5, PHP 7, PHP 8) はじめに このクラスは、オブジェクトを配列として動作させます。 クラス概要 class ArrayObject implements IteratorAggregate ...
https://man.plustar.jp/php/class.arrayobject.html - [similar]
ImagickPixel クラス 0
« ImagickDraw::translate ImagickPixel::clear » PHP Manual ImageMagick ImagickPixel クラス ImagickPixel クラス (PECL imagick 2, PECL imagick 3) クラス概要 class ImagickPixel { public clear (): bool public __construct ( string $color = ? ) public destroy (): bool public getColor ( int $nor ...
https://man.plustar.jp/php/class.imagickpixel.html - [similar]
ある画像を別の画像に合成する 0
« Gmagick::commentimage Gmagick::__construct » PHP Manual Gmagick ある画像を別の画像に合成する Gmagick::compositeimage (PECL gmagick >= Unknown) Gmagick::compositeimage — ある画像を別の画像に合成する 説明 public Gmagick::compositeimage ( Gmagick $source , int $COMPOSE , int $x , int $y ) ...
https://man.plustar.jp/php/gmagick.compositeimage.html - [similar]
サイズのオフセットを返す 0
« Imagick::getSize Imagick::getVersion » PHP Manual Imagick サイズのオフセットを返す Imagick::getSizeOffset (PECL imagick 2, PECL imagick 3) Imagick::getSizeOffset — サイズのオフセットを返す 説明 public Imagick::getSizeOffset (): int Imagick オブジェクトのサイズのオフセットを返します。 こ ...
https://man.plustar.jp/php/imagick.getsizeoffset.html - [similar]
色にマッチするピクセルを変更する 0
« Imagick::paintFloodfillImage Imagick::paintTransparentImage » PHP Manual Imagick 色にマッチするピクセルを変更する Imagick::paintOpaqueImage (PECL imagick 2, PECL imagick 3) Imagick::paintOpaqueImage — 色にマッチするピクセルを変更する 警告 この関数は Imagick 3.4.4 以降では 非推奨 になり ...
https://man.plustar.jp/php/imagick.paintopaqueimage.html - [similar]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
static キーワード 0
« スコープ定義演算子 (::) クラスの抽象化 » PHP Manual クラスとオブジェクト static キーワード static キーワード ヒント このページでは、 static キーワードを使って static メソッド や static プロパティを定義する方法を説明します。 static は、 static 変数 や 遅延静的束縛 にも使えます。これらの ...
https://man.plustar.jp/php/language.oop5.static.html - [similar]
結果セットの行数を取得する 0
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する mysqli_result::$num_rows mysqli_num_rows (PHP 5, PHP 7, PHP 8) mysqli_result::$num_rows -- mysqli_num_rows — 結果セットの行数を取得する 説明 オブジェクト指向型 int | string $mysqli_result->num_r ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
データベース上でクエリを実行する 0
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysqli::query mysqli_query (PHP 5, PHP 7, PHP 8) mysqli::query -- mysqli_query — データベース上でクエリを実行する 説明 オブジェクト指向型 public mysqli::query ( string $query , int $result_mode = ...
https://man.plustar.jp/php/mysqli.query.html - [similar]