検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 262 for encoding (0.060 sec.)
マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 4425
« mb_ereg mb_eregi » PHP Manual マルチバイト文字列 関数 マルチバイト文字列に大文字小文字を区別せ ... 注意 注意 : 内部エンコーディングあるいは mb_regex_encoding() で指定した文字エンコーディングを、 この関数の文字 ... 弱性を作りこんでしまうことになります。 参考 mb_regex_encoding() - 現在のマルチバイト正規表現用のエンコーディング ...
https://man.plustar.jp/php/function.mb-eregi-replace.html - [similar]
マルチバイトをサポートし、大文字小文字を無視した正規表現マッチ 4386
« mb_eregi_replace mb_get_info » PHP Manual マルチバイト文字列 関数 マルチバイトをサポートし、大 ... 注意 注意 : 内部エンコーディングあるいは mb_regex_encoding() で指定した文字エンコーディングを、 この関数の文字 ... エンコーディングとして使用します。 参考 mb_regex_encoding() - 現在のマルチバイト正規表現用のエンコーディング ...
https://man.plustar.jp/php/function.mb-eregi.html - [similar]
SoapServer コンストラクタ 4386
« SoapServer::addSoapHeader SoapServer::fault » PHP Manual SoapServer SoapServer コンストラクタ ... ョン ( soap_version ), 内部の文字エンコーディング ( encoding ), アクターの URI ( actor ) を指定することができま ... ; $server = new SoapServer ( "some.wsdl" , array( 'encoding' => 'ISO-8859-1' )); $server = new SoapServer ( nu ...
https://man.plustar.jp/php/soapserver.construct.html - [similar]
DOMEntity クラス 4356
« DOMElement::setIdAttributeNS DOMEntityReference » PHP Manual DOM DOMEntity クラス DOMEntity ク ... $ notationName ; public readonly ? string $ actualEncoding = null ; public readonly ? string $ encoding = nul ... の名前、 パース済みのエンティティの場合は null actualEncoding 外部でパースされたエンティティの場合は、このエンテ ... ティであったり未知のエンティティで あった場合は null encoding 外部でパースされたエンティティの場合は、テキスト宣 ...
https://man.plustar.jp/php/class.domentity.html - [similar]
SoapClient クラス 4356
« use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス ... te bool $ _exceptions = true ; private ? string $ _encoding = null ; private ? array $ _classmap = null ; priv ... lt _classmap _connection_timeout _cookies _digest _encoding _exceptions _features _keep_alive _login _password ...
https://man.plustar.jp/php/class.soapclient.html - [similar]
新しい要素ノードを作成する 4356
« DOMDocument::createDocumentFragment DOMDocument::createElementNS » PHP Manual DOMDocument 新し ... 上の例の出力は以下となります。 <?xml version="1.0" encoding="utf-8"?> <test>This is the root element!</test> 例 ... nce you in /in/BjTCg on line 4 <?xml version="1.0" encoding="utf-8"?> <foo/> 注意 注意 : value は エスケープさ ...
https://man.plustar.jp/php/domdocument.createelement.html - [similar]
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 4356
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換 ... - ISO-8859-1 文字列を UTF-8 に変換する mb_convert_encoding() - ある文字エンコーディングの文字列を、別の文字エ ... 置換 , 表現 , 関数 , decode , ページ , バージョン , encoding ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
Enable the gzip of response content. 4356
« Swoole\Http\Response::end Swoole\Http\Response::header » PHP Manual Swoole\Http\Response Enabl ... s_level = ? ): ReturnType The header about Content-Encoding will be added automatically. パラメータ compress_l ...
https://man.plustar.jp/php/swoole-http-response.gzip.html - [similar]
関連付けられた名前空間に新しい要素を作成する 4327
« DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け ... 上の例の出力は以下となります。 <?xml version="1.0" encoding="iso-8859-1"?> <xfoo:test xmlns:xfoo="http://www.e ... 上の例の出力は以下となります。 <?xml version="1.0" encoding="utf-8"?> <element xmlns="http://www.w3.org/2005/A ...
https://man.plustar.jp/php/domdocument.createelementns.html - [similar]
SoapClient のコンストラクタ 4327
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... : オプションの SOAP_COMPRESSION_ACCEPT は、"Accept-Encoding" ヘッダを指定します。 SOAP_COMPRESSION_GZIP や SOA ... _ACCEPT | SOAP_COMPRESSION_GZIP | 9 を指定します。 encoding string 内部的な文字エンコーディングを指定します。 ... ; $client = new SoapClient ( "some.wsdl" , array( 'encoding' => 'ISO-8859-1' )); class MyBook { public $title ... this, and an appropriate WSDL: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http: ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]