検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 398 for [SIMILAR] 16 1024 4096 WITH 7004 ftp WITH 4439 ... (0.329 sec.)
コード変換指令に基づきファイルからファイルにコード変換する 0
« Recode 関数 recode_string » PHP Manual Recode 関数 コード変換指令に基づきファイルからファイルにコード変換する recode_file (PHP 4, PHP 5, PHP 7 < 7.4.0) recode_file — コード変換指令に基づきファイルからファイルにコード変換する 説明 recode_file ( string $request , resource $input , resour ...
https://man.plustar.jp/php/function.recode-file.html - [similar]
コード変換指令に基づき文字列のコードを変換する 0
« recode_file recode » PHP Manual Recode 関数 コード変換指令に基づき文字列のコードを変換する recode_string (PHP 4, PHP 5, PHP 7 < 7.4.0) recode_string — コード変換指令に基づき文字列のコードを変換する 説明 recode_string ( string $request , string $string ): string コード変換指令 request に ...
https://man.plustar.jp/php/function.recode-string.html - [similar]
DOM ノードから SimpleXMLElement オブジェクトを取得する 0
« SimpleXML 関数 simplexml_load_file » PHP Manual SimpleXML 関数 DOM ノードから SimpleXMLElement オブジェクトを取得する simplexml_import_dom (PHP 5, PHP 7, PHP 8) simplexml_import_dom — DOM ノードから SimpleXMLElement オブジェクトを取得する 説明 simplexml_import_dom ( SimpleXMLElement | ...
https://man.plustar.jp/php/function.simplexml-import-dom.html - [similar]
コンテキストのパラメータを取得する 0
« stream_context_get_options stream_context_set_default » PHP Manual ストリーム 関数 コンテキストのパラメータを取得する stream_context_get_params (PHP 5 >= 5.3.0, PHP 7, PHP 8) stream_context_get_params — コンテキストのパラメータを取得する 説明 stream_context_get_params ( resource $conte ...
https://man.plustar.jp/php/function.stream-context-get-params.html - [similar]
リポジトリ内のファイルの内容を返す 0
« svn_blame svn_checkout » PHP Manual SVN 関数 リポジトリ内のファイルの内容を返す svn_cat (PECL svn >= 0.1.0) svn_cat — リポジトリ内のファイルの内容を返す 説明 svn_cat ( string $repos_url , int $revision_no = ? ): string リポジトリ内のファイルを指す URL repos_url の中身を返します。オプシ ...
https://man.plustar.jp/php/function.svn-cat.html - [similar]
ファイルを削除する 0
« umask Inotify » PHP Manual ファイルシステム 関数 ファイルを削除する unlink (PHP 4, PHP 5, PHP 7, PHP 8) unlink — ファイルを削除する 説明 unlink ( string $filename , ? resource $context = null ): bool filename を削除します。 Unix C 言語の関数 unlink() と動作は同じです。 失敗した場合は E ...
https://man.plustar.jp/php/function.unlink.html - [similar]
コメント 0
« 命令の分離 型 » PHP Manual 基本的な構文 コメント コメント PHP は、'C', 'C++' および Unix シェル型(Perl 型)のコメントをサポートします。 例えば、 <?php echo 'テストです' ; // C++型の単一行用のコメント /* 複数行用のコメント もう一行分のコメント */ echo 'もうひとつのテストです' ; echo '最 ...
https://man.plustar.jp/php/language.basic-syntax.comments.html - [similar]
クラスをエクスポートする 0
« ReflectionClass::__construct ReflectionClass::getAttributes » PHP Manual ReflectionClass クラスをエクスポートする ReflectionClass::export (PHP 5, PHP 7) ReflectionClass::export — クラスをエクスポートする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数 ...
https://man.plustar.jp/php/reflectionclass.export.html - [similar]
クラス定数を取得する 0
« ReflectionClass::getReflectionConstant ReflectionClass::getShortName » PHP Manual ReflectionClass クラス定数を取得する ReflectionClass::getReflectionConstants (PHP 7 >= 7.1.0, PHP 8) ReflectionClass::getReflectionConstants — クラス定数を取得する 説明 public ReflectionClass::getReflecti ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstants.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 0
« ReflectionClass::newInstance ReflectionClass::newInstanceWithoutConstructor » PHP Manual ReflectionClass 指定した引数でクラスの新しいインスタンスを作成する ReflectionClass::newInstanceArgs (PHP 5 >= 5.1.3, PHP 7, PHP 8) ReflectionClass::newInstanceArgs — 指定した引数でクラスの新しいイン ...
https://man.plustar.jp/php/reflectionclass.newinstanceargs.html - [similar]