検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 396 for [SIMILAR] 16 1024 4096 WITH 11055 セク WITH 1008... (0.962 sec.)
include 0
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include 式は指定されたファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定されたパスから行います。パスを指定しない場合は、 include_path の設定 ...
https://man.plustar.jp/php/function.include.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]
require_once 0
« include include_once » PHP Manual 制御構造 require_once require_once (PHP 4, PHP 5, PHP 7, PHP 8) require_once 式は require とほぼ同じ意味ですが、 ファイルがすでに読み込まれているかどうかを PHP がチェックするという点が異なります。 すでに読み込まれている場合はそのファイルを読み込みません ...
https://man.plustar.jp/php/function.require-once.html - [similar]
require 0
« return include » PHP Manual 制御構造 require require (PHP 4, PHP 5, PHP 7, PHP 8) require は include とほぼ同じですが、失敗した場合に E_COMPILE_ERROR レベルの致命的なエラーも発生するという点が異なります。 つまり、スクリプトの処理がそこで止まってしまうということです。一方 include の場合 ...
https://man.plustar.jp/php/function.require.html - [similar]
はじめに 0
« Igbinary インストール/設定 » PHP Manual Igbinary はじめに はじめに Igbinary は、PHP における標準のシリアライザを置き換えるものです。 処理時間や保存容量を消費してしまう PHP の serialize() で採用されているテキスト表現の代替として、 igbinary はデータ構造をコンパクトなバイナリ形式で保存しま ...
https://man.plustar.jp/php/intro.igbinary.html - [similar]
指定したスキーマ情報を取得する 0
« PDO_CUBRID DSN MS SQL Server (PDO) » PHP Manual CUBRID (PDO) 指定したスキーマ情報を取得する PDO::cubrid_schema (PECL PDO_CUBRID >= 8.3.0.0001) PDO::cubrid_schema — 指定したスキーマ情報を取得する 説明 public PDO::cubrid_schema ( int $schema_type , string $table_name = ? , string $col_na ...
https://man.plustar.jp/php/pdo.cubrid-schema.html - [similar]
文字列のソート用のキーを取得する 0
« Collator::getLocale Collator::getStrength » PHP Manual Collator 文字列のソート用のキーを取得する Collator::getSortKey collator_get_sort_key (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl >= 1.0.3) Collator::getSortKey -- collator_get_sort_key — 文字列のソート用のキーを取得する 説明 オブジェク ...
https://man.plustar.jp/php/collator.getsortkey.html - [similar]
配列を指定した値で埋める 0
« array_fill_keys array_filter » PHP Manual 配列 関数 配列を指定した値で埋める array_fill (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) array_fill — 配列を指定した値で埋める 説明 array_fill ( int $start_index , int $count , mixed $value ): array パラメータ value を値とする count 個のエントリから ...
https://man.plustar.jp/php/function.array-fill.html - [similar]
数値の基数を任意に変換する 0
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP 7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基数 to_base で表した文字列を返します。 num の基数は、 from ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
ファイルポインタから1文字取り出す 0
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP 4, PHP 5, PHP 7, PHP 8) fgetc — ファイルポインタから1文字取り出す 説明 fgetc ( resource $stream ): string | false 指定したファイルポインタから 1 文字読み出します。 パラメータ stream ファイルポ ...
https://man.plustar.jp/php/function.fgetc.html - [similar]