検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 135 for [SIMILAR] 16 1024 4096 WITH 22786 スカ WITH 1545... (0.168 sec.)
名前を指定して定数を定義する 0
« constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5, PHP 7, PHP 8) define — 名前を指定して定数を定義する 説明 define ( string $constant_name , mixed $value , bool $case_insensitive = false ): bool 実行時に、名前を指定して定数を定義します。 パラメ ...
https://man.plustar.jp/php/function.define.html - [similar]
変数の整数としての値を取得する 0
« gettype is_array » PHP Manual 変数操作 関数 変数の整数としての値を取得する intval (PHP 4, PHP 5, PHP 7, PHP 8) intval — 変数の整数としての値を取得する 説明 intval ( mixed $value , int $base = 10 ): int 指定された値 base を基数(デフォルトは 10)とする、 value の int としての値を返します ...
https://man.plustar.jp/php/function.intval.html - [similar]
シグナルハンドラを設定する 0
« pcntl_signal_get_handler pcntl_sigprocmask » PHP Manual PCNTL 関数 シグナルハンドラを設定する pcntl_signal (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_signal — シグナルハンドラを設定する 説明 pcntl_signal ( int $signal , callable | int $handler , bool $restart_syscalls = true ): bool p ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
文字列の一部を置換する 0
« substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP 5, PHP 7, PHP 8) substr_replace — 文字列の一部を置換する 説明 substr_replace ( array | string $string , array | string $replace , array | int $offset , array | int | null $length = null ): st ...
https://man.plustar.jp/php/function.substr-replace.html - [similar]
関数の引数 0
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を渡すことができます。 このリストは、カンマで区切られた式のリストです。 引数の評価は、関数が実際にコールされる前に、 左から右の順番で行われます( 先行 評価)。 PHP は、値渡し(デフォルト)、 リファレ ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
列挙型の基礎 0
« 列挙型の概要 値に依存した列挙型(Backed Enum) » PHP Manual 列挙型(Enum) 列挙型の基礎 列挙型の基礎 列挙型はクラスに似ていますし、 クラスやインターフェイス、トレイトと名前空間を共有します。 列挙型はオートローディングも可能です。 列挙型は新しい型を定義しますが、 固定の、限られた数の有効な値 ...
https://man.plustar.jp/php/language.enumerations.basics.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 0
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用するユーザー定義関数 (UDF) を登録する PDO::sqliteCreateFunction (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0) PDO::sqliteCreateFunction — SQL 文で使用するユーザー定義関数 (UDF) を登録す ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]
SOAP 関数をコールする 0
« SoapClient::__setSoapHeaders SoapServer » PHP Manual SoapClient SOAP 関数をコールする SoapClient::__soapCall (PHP 5, PHP 7, PHP 8) SoapClient::__soapCall — SOAP 関数をコールする 説明 public SoapClient::__soapCall ( string $name , array $args , ? array $options = null , SoapHeader | arr ...
https://man.plustar.jp/php/soapclient.soapcall.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
関数の定義(プロトタイプ)を読むには 0
« ユーザーノートについて 本マニュアルに記載された PHP のバージョン » PHP Manual マニュアルについて 関数の定義(プロトタイプ)を読むには 関数の定義(プロトタイプ)を読むには 各関数についてクイックリファレンスが記述されているので、 マニュアルを読み理解するノウハウは PHP の利用をより簡単にしてく ...
https://man.plustar.jp/php/about.prototypes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT