検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1767 for [SIMILAR] 16 1024 4096 WITH 25368 xmlreader WITH... (0.914 sec.)
メソッドの配列を取得する 0
« ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッドの配列を取得する ReflectionClass::getMethods (PHP 5, PHP 7, PHP 8) ReflectionClass::getMethods — メソッドの配列を取得する 説明 public ReflectionClass::getMethods ( ? int $filter = null ): arra ...
https://man.plustar.jp/php/reflectionclass.getmethods.html - [similar]
0
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipArchive (); $filename = "./test112.zip" ; if ( $zip -> open ( $filename , ZipArchive :: CREATE )!== TRUE ) { exit( "cannot open < $filename >\n" ); } $zip -> addFromString ( "testfilephp.txt" . ...
https://man.plustar.jp/php/zip.examples.html - [similar]
XML パーサを作成する 0
« xml_parser_create_ns xml_parser_free » PHP Manual XML パーサ 関数 XML パーサを作成する xml_parser_create (PHP 4, PHP 5, PHP 7, PHP 8) xml_parser_create — XML パーサを作成する 説明 xml_parser_create ( ? string $encoding = null ): XMLParser xml_parser_create() は新しい XML パーサを作成し ...
https://man.plustar.jp/php/function.xml-parser-create.html - [similar]
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
ファイルのパーミッションを取得する 0
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する fileperms (PHP 4, PHP 5, PHP 7, PHP 8) fileperms — ファイルのパーミッションを取得する 説明 fileperms ( string $filename ): int | false 指定したファイルのパーミッションを取得します。 パラメータ file ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
パースコールバック 0
« コールバック 発行コールバック » PHP Manual コールバック パースコールバック パースコールバック パースコールバック ( callable ) は、 yaml_parse() や yaml_parse_file() そして yaml_parse_url() 関数が、登録済みの YAML タグに遭遇したときに起動します。 コールバックに渡されるのは、タグ付けされ ...
https://man.plustar.jp/php/yaml.callbacks.parse.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
メソッドのプロトタイプを (存在すれば) 取得する 0
« ReflectionMethod::getModifiers ReflectionMethod::invoke » PHP Manual ReflectionMethod メソッドのプロトタイプを (存在すれば) 取得する ReflectionMethod::getPrototype (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionMethod::getPrototype — メソッドのプロトタイプを (存在すれば) 取得する 説明 public ...
https://man.plustar.jp/php/reflectionmethod.getprototype.html - [similar]
PHPにできることは? 0
« PHP とはなんでしょう? 簡易チュートリアル » PHP Manual 入門 PHPにできることは? PHPにできることは? あらゆることができます。PHPでは主にサーバーサイドでの活用に焦点が 当てられているため、フォームからデータを取得したり、動的にページ の内容を生成したり、クッキーを送信・受信するといった他のCG ...
https://man.plustar.jp/php/intro-whatcando.html - [similar]
通貨をパースする 0
« NumberFormatter::getTextAttribute NumberFormatter::parse » PHP Manual NumberFormatter 通貨をパースする NumberFormatter::parseCurrency numfmt_parse_currency (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::parseCurrency -- numfmt_parse_currency — 通貨をパースする 説明 ...
https://man.plustar.jp/php/numberformatter.parsecurrency.html - [similar]