検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 64 for [SIMILAR] 16 1024 4096 WITH 50279 名ク WITH 3583... (0.103 sec.)
CallbackFilterIterator クラス 0
« CachingIterator::valid CallbackFilterIterator::accept » PHP Manual イテレータ CallbackFilterIterator クラス CallbackFilterIterator クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに クラス概要 class CallbackFilterIterator extends FilterIterator { /* メソッド */ public __construct ( Iterato ...
https://man.plustar.jp/php/class.callbackfilteriterator.html - [similar]
マジック定数 0
« 自動的に定義される定数 式 » PHP Manual 定数 マジック定数 マジック定数 使われる場所によって値が変化する定数(マジック定数)が 9 つあります。 例えば、 __LINE__ はスクリプト上において 使われる行によって値が変化します。 これらの "マジック"定数は、実行時に解決される通常の定数とは異なり、コン ...
https://man.plustar.jp/php/language.constants.magic.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 0
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を使用して置換を行う preg_replace_callback_array (PHP 7, PHP 8) preg_replace_callback_array — 正規表現検索を行い、コールバック関数を使用して置換を行う 説明 preg_replace_callback_array ( array $p ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
指定した関数を __autoload() の実装として登録する 0
« spl_autoload_functions spl_autoload_unregister » PHP Manual SPL 関数 指定した関数を __autoload() の実装として登録する spl_autoload_register (PHP 5 >= 5.1.0, PHP 7, PHP 8) spl_autoload_register — 指定した関数を __autoload() の実装として登録する 説明 spl_autoload_register ( ? callable $c ...
https://man.plustar.jp/php/function.spl-autoload-register.html - [similar]
フォントの高さを取得する 0
« imageflip imagefontwidth » PHP Manual GD および Image 関数 フォントの高さを取得する imagefontheight (PHP 4, PHP 5, PHP 7, PHP 8) imagefontheight — フォントの高さを取得する 説明 imagefontheight ( GdFont | int $font ): int 指定されたフォントの文字の高さをピクセル単位で返します。 パラメー ...
https://man.plustar.jp/php/function.imagefontheight.html - [similar]
PECL インストール入門 0
« PECL 拡張モジュールのインストール PECL 拡張モジュールをダウンロードする » PHP Manual PECL 拡張モジュールのインストール PECL インストール入門 PECL インストール入門 » PECL は PHP 拡張モジュールのリポジトリで、 » PEAR パッケージシステムを経由して使用可能です。 ここでは PECL 拡張モジュール ...
https://man.plustar.jp/php/install.pecl.intro.html - [similar]
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 0
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その結果を待たない pg_send_execute (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_execute — 指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
行を配列として返す 0
« sqlsrv_execute sqlsrv_fetch_object » PHP Manual SQLSRV 関数 行を配列として返す sqlsrv_fetch_array (No version information available, might only be in Git) sqlsrv_fetch_array — 行を配列として返す 説明 sqlsrv_fetch_array ( resource $stmt , int $fetchType = ? , int $row = ? , int $offset ...
https://man.plustar.jp/php/function.sqlsrv-fetch-array.html - [similar]
第一級callableを生成する記法 0
« アロー関数 クラスとオブジェクト » PHP Manual 関数 第一級callableを生成する記法 第一級callableを生成する記法 第一級callableを生成する記法 (First class callable syntax) とは、PHP 8.1.0 で追加された、 callable から 無名関数 を生成する記法です。 この記法は、 文字列や配列を使って callable を ...
https://man.plustar.jp/php/functions.first_class_callable_syntax.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT