検索

phrase: max: clip:
target: order:
Results of 451 - 460 of about 1426 for [SIMILAR] 16 1024 4096 WITH 34541 json WITH 8478... (2.588 sec.)
名前空間をサポートした XML パーサを生成する 0
« xml_parse xml_parser_create » PHP Manual XML パーサ 関数 名前空間をサポートした XML パーサを生成する xml_parser_create_ns (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) xml_parser_create_ns — 名前空間をサポートした XML パーサを生成する 説明 xml_parser_create_ns ( ? string $encoding = null , str ...
https://man.plustar.jp/php/function.xml-parser-create-ns.html - [similar]
はじめに 0
« DOM インストール/設定 » PHP Manual DOM はじめに はじめに DOM 拡張モジュールを使用すると、DOM API を使用した XML ドキュメントの操作を PHP で行えます。 注意 : DOM拡張機能 は UTF-8 エンコーディングを使います。他のエンコーディングを扱う場合は、 mb_convert_encoding() , UConverter::transcode ...
https://man.plustar.jp/php/intro.dom.html - [similar]
例外の深刻度を取得する 0
« ErrorException::__construct Error » PHP Manual ErrorException 例外の深刻度を取得する ErrorException::getSeverity (PHP 5 >= 5.1.0, PHP 7, PHP 8) ErrorException::getSeverity — 例外の深刻度を取得する 説明 final public ErrorException::getSeverity (): int 例外の深刻度を返します。 パラメータ ...
https://man.plustar.jp/php/errorexception.getseverity.html - [similar]
libxmlから直近のエラーを取得する 0
« libxml_get_errors libxml_set_external_entity_loader » PHP Manual libxml 関数 libxmlから直近のエラーを取得する libxml_get_last_error (PHP 5 >= 5.1.0, PHP 7, PHP 8) libxml_get_last_error — libxmlから直近のエラーを取得する 説明 libxml_get_last_error (): LibXMLError | false libxmlから直近の ...
https://man.plustar.jp/php/function.libxml-get-last-error.html - [similar]
Oracle データベースに接続する 0
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_connect — Oracle データベースに接続する 説明 oci_connect ( string $username , string $password , ? string $connection_string = null , string $enc ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
指定した errno に対応するシステムのエラーメッセージを取得する 0
« pcntl_sigwaitinfo pcntl_unshare » PHP Manual PCNTL 関数 指定した errno に対応するシステムのエラーメッセージを取得する pcntl_strerror (PHP 5 >= 5.3.4, PHP 7, PHP 8) pcntl_strerror — 指定した errno に対応するシステムのエラーメッセージを取得する 説明 pcntl_strerror ( int $error_code ): st ...
https://man.plustar.jp/php/function.pcntl-strerror.html - [similar]
このオブジェクトの直近のエラーコードを取得する 0
« IntlBreakIterator::following IntlBreakIterator::getErrorMessage » PHP Manual IntlBreakIterator このオブジェクトの直近のエラーコードを取得する IntlBreakIterator::getErrorCode intl_get_error_code (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlBreakIterator::getErrorCode -- intl_get_error_code — この ...
https://man.plustar.jp/php/intlbreakiterator.geterrorcode.html - [similar]
このオブジェクトの直近のエラーメッセージを取得する 0
« IntlBreakIterator::getErrorCode IntlBreakIterator::getLocale » PHP Manual IntlBreakIterator このオブジェクトの直近のエラーメッセージを取得する IntlBreakIterator::getErrorMessage intl_get_error_message (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlBreakIterator::getErrorMessage -- intl_get_error_m ...
https://man.plustar.jp/php/intlbreakiterator.geterrormessage.html - [similar]
Parser examples 0
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculator <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
保存用表現から PHP の値を生成する 0
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, PHP 5, PHP 7, PHP 8) unserialize — 保存用表現から PHP の値を生成する 説明 unserialize ( string $data , array $options = [] ): mixed unserialize() は、シリアル化された変数を PHP 変数値に戻す変換 ...
https://man.plustar.jp/php/function.unserialize.html - [similar]