検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 281 for PARSE (0.008 sec.)
ファイルまたは URI にあるマークアップをパースする 5669
« tidy::isXml tidy::parseString » PHP Manual tidy ファイルまたは URI にあるマークアップをパースす ... る tidy::parseFile tidy_parse_file (PHP 5, PHP 7, PHP 8, PECL tid ... y >= 0.5.2) tidy::parseFile -- tidy_parse_file — ファイルまたは URI にある ... プをパースする 説明 オブジェクト指向型 public tidy::parseFile ( string $filename , array | string | null $co ... bool $useIncludePath = false ): bool 手続き型 tidy_parse_file ( string $filename , array | string | null $c ...
https://man.plustar.jp/php/tidy.parsefile.html - [similar]
パースモードを設定 5630
« SolrResponse::getResponse SolrResponse::success » PHP Manual SolrResponse パースモードを設定 S ... olrResponse::setParseMode (PECL solr >= 0.9.2) SolrResponse::setParseMod ... — パースモードを設定 説明 public SolrResponse::setParseMode ( int $parser_mode = 0 ): bool パースモードを設 ... 定します。 パラメータ parser_mode SolrResponse::PARSE_SOLR_DOC は、SolrDocumen ... インスタンス内の文書をパースします。 SolrResponse::PARSE_SOLR_OBJ は、SolrObjects 内に文書をパースします。 ...
https://man.plustar.jp/php/solrresponse.setparsemode.html - [similar]
LDAP拡張オペレーションの結果オブジェクトをパースする 5582
« ldap_next_reference ldap_parse_reference » PHP Manual LDAP 関数 LDAP拡張オペレーションの結果オ ... ブジェクトをパースする ldap_parse_exop (PHP 7 >= 7.2.0, PHP 8) ldap_parse_exop — LDA ... ペレーションの結果オブジェクトをパースする 説明 ldap_parse_exop ( LDAP\Connection $ldap , LDAP\Result $result ...
https://man.plustar.jp/php/function.ldap-parse-exop.html - [similar]
X509 証明書をパースし、配列として情報を返す 5582
« openssl_x509_free openssl_x509_read » PHP Manual OpenSSL 関数 X509 証明書をパースし、配列として ... 情報を返す openssl_x509_parse (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_x509 ... _parse — X509 証明書をパースし、配列として情報を返す 説明 ... openssl_x509_parse ( OpenSSLCertificate | string $certificate , bool ... $short_names = true ): array | false openssl_x509_parse() は、指定した certificate に関する情報を返します。 ...
https://man.plustar.jp/php/function.openssl-x509-parse.html - [similar]
文字列にストアされたドキュメントをパースする 5582
« tidy::parseFile tidy::repairFile » PHP Manual tidy 文字列にストアされたドキュメントをパースする ... tidy::parseString tidy_parse_string (PHP 5, PHP 7, PHP 8, PECL ... tidy >= 0.5.2) tidy::parseString -- tidy_parse_string — 文字列にストアされたド ... トをパースする 説明 オブジェクト指向型 public tidy::parseString ( string $string , array | string | null $co ... , ? string $encoding = null ): bool 手続き型 tidy_parse_string ( string $string , array | string | null $c ...
https://man.plustar.jp/php/tidy.parsestring.html - [similar]
GET/POST/COOKIE データをパースし、グローバル変数を設定する 5543
« mb_output_handler mb_preferred_mime_name » PHP Manual マルチバイト文字列 関数 GET/POST/COOKIE ... データをパースし、グローバル変数を設定する mb_parse_str (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_parse ... データをパースし、グローバル変数を設定する 説明 mb_parse_str ( string $string , array &$result ): bool GET/ ... プションではなくなりました。 7.2.0 第二引数なしで mb_parse_str() を呼び出すことは推奨されなくなりました。 参考 ...
https://man.plustar.jp/php/function.mb-parse-str.html - [similar]
未解決のデータベーストランザクションをロールバックする 5543
« oci_result oci_server_version » PHP Manual OCI8 関数 未解決のデータベーストランザクションをロー ... ( 'hr' , 'welcome' , 'localhost/XE' ); $stid = oci_parse ( $conn , "INSERT INTO mysalary (id, name) VALUES ... ( $e [ 'message' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INTO myschedule (startday) VALUE ... 2 SAVEPOINT へのロールバックの例 <?php $stid = oci_parse ( $conn , 'UPDATE mytab SET id = 1111' ); oci_exec ... OMMIT ); // セーブポイントを作成します $stid = oci_parse ( $conn , 'SAVEPOINT mysavepoint' ); oci_execute ( ...
https://man.plustar.jp/php/function.oci-rollback.html - [similar]
CCL パーサを起動する 5543
« yaz_ccl_conf yaz_close » PHP Manual YAZ 関数 CCL パーサを起動する yaz_ccl_parse (PHP 4 >= 4.0. ... 5, PECL yaz >= 0.9.0) yaz_ccl_parse — CCL パーサを起動する 説明 yaz_ccl_parse ( resour ... az_ccl_conf のサンプルを参照ください if (! yaz_ccl_parse ( $id , $ccl , & $cclresult )) { echo 'Error: ' . ...
https://man.plustar.jp/php/function.yaz-ccl-parse.html - [similar]
文字列をパースして、フィールドベースの時刻値にする 5543
« IntlDateFormatter::isLenient IntlDateFormatter::parse » PHP Manual IntlDateFormatter 文字列をパ ... ドベースの時刻値 (各フィールドを含む配列) にします。$parse_pos からパースを開始し、入力値を可能な限り使用しま ... $value を処理する前にエラーが発生していない場合は $parse_pos は -1 となります。それ以外の場合はパースが終了 ... 、パースが失敗した場合にその終了位置が含まれます。 $parse_pos > strlen($value) の場合、パースは即時に失敗しま ... ecember 31, 1969 4:00:00 PM PT' , 0 ); echo 'First parsed output is ' ; if ( $arr ) { foreach ( $arr as $ke ...
https://man.plustar.jp/php/intldateformatter.localtime.html - [similar]
5543
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... ), E_USER_ERROR ); } // 文を準備します $stid = oci_parse ( $conn , 'SELECT * FROM departments' ); if (! $st ... ge' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INTO MYTABLE (mid, myd) VALUES(: ... ment_id = :didbv ORDER BY last_name' ; $stid = oci_parse ( $conn , $sql ); $didbv = 60 ; oci_bind_by_name ( ... OB()) RETURNING myclob INTO :myclob" ; $stid = oci_parse ( $conn , $sql ); $clob = oci_new_descriptor ( $co ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT