検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 224 for [SIMILAR] 16 1024 4096 WITH 15337 recursion WITH... (0.276 sec.)
インクリメンタルにエンコードされたデータを解凍する 0
« gzwrite inflate_get_read_len » PHP Manual Zlib 関数 インクリメンタルにエンコードされたデータを解凍する inflate_add (PHP 7, PHP 8) inflate_add — インクリメンタルにエンコードされたデータを解凍する 説明 inflate_add ( InflateContext $context , string $data , int $flush_mode = ZLIB_SYNC_FLU ...
https://man.plustar.jp/php/function.inflate-add.html - [similar]
ファイルが書き込み可能かどうかを調べる 0
« is_uploaded_file is_writeable » PHP Manual ファイルシステム 関数 ファイルが書き込み可能かどうかを調べる is_writable (PHP 4, PHP 5, PHP 7, PHP 8) is_writable — ファイルが書き込み可能かどうかを調べる 説明 is_writable ( string $filename ): bool filename が存在して、かつそれが書き込み可能で ...
https://man.plustar.jp/php/function.is-writable.html - [similar]
ディレクトリを作る 0
« lstat move_uploaded_file » PHP Manual ファイルシステム 関数 ディレクトリを作る mkdir (PHP 4, PHP 5, PHP 7, PHP 8) mkdir — ディレクトリを作る 説明 mkdir ( string $directory , int $permissions = 0777 , bool $recursive = false , ? resource $context = null ): bool directory で指定したディレ ...
https://man.plustar.jp/php/function.mkdir.html - [similar]
メッセージキューデータ構造体の情報を設定する 0
« msg_send msg_stat_queue » PHP Manual セマフォ関数 メッセージキューデータ構造体の情報を設定する msg_set_queue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_set_queue — メッセージキューデータ構造体の情報を設定する 説明 msg_set_queue ( SysvMessageQueue $queue , array $data ): bool msg_set_que ...
https://man.plustar.jp/php/function.msg-set-queue.html - [similar]
ディレクトリハンドルをオープンする 0
« getcwd readdir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをオープンする opendir (PHP 4, PHP 5, PHP 7, PHP 8) opendir — ディレクトリハンドルをオープンする 説明 opendir ( string $directory , ? resource $context = null ): resource | false ディレクトリハンドルをオープンします。この ...
https://man.plustar.jp/php/function.opendir.html - [similar]
文字列を固定長の他の文字列で埋める 0
« str_ireplace str_repeat » PHP Manual String 関数 文字列を固定長の他の文字列で埋める str_pad (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) str_pad — 文字列を固定長の他の文字列で埋める 説明 str_pad ( string $string , int $length , string $pad_string = " " , int $pad_type = STR_PAD_RIGHT ): strin ...
https://man.plustar.jp/php/function.str-pad.html - [similar]
アトリビュートクラスを宣言する 0
« リフレクションAPI を使ってアトリビュートを読み取る リファレンスの説明 » PHP Manual アトリビュート アトリビュートクラスを宣言する アトリビュートクラスを宣言する 厳密に必須ではありませんが、 アトリビュート毎にクラスを作成することを推奨します。 もっとも簡単な場合、 グローバル名前空間からu ...
https://man.plustar.jp/php/language.attributes.classes.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
Phar ファイルのスタブ 0
« Phar アーカイブの原料のうち、ファイル形式に依存しないもの Phar 形式と Tar 形式、Zip 形式の徹底比較 » PHP Manual phar って、tar や zip とは何が違うの? Phar ファイルのスタブ Phar ファイルのスタブ Phar のスタブは、単純な PHP ファイルです。必要最小限のスタブは、次のようになります。 <?php _ ...
https://man.plustar.jp/php/phar.fileformat.stub.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Yaml 設定オプション 名前 デフォルト 変更可能 変更履歴 yaml.decode_binary 0 PHP_INI_ALL yaml.decode_php 0 PHP_INI_ALL 1.2.0 で追加されました。2.0.0 より前のデフォルトは ...
https://man.plustar.jp/php/yaml.configuration.html - [similar]