検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 4795 for string (0.017 sec.)
ある文字エンコーディングから別の文字エンコーディングに文字列を変換する 2802
« UConverter::toUCallback Grapheme 関数 » PHP Manual UConverter ある文字エンコーディングから別の ... 変換する 説明 public static UConverter::transcode ( string $str , string $toEncoding , string $fromEncoding , ... ? array $options = null ): string | false 文字列 str の文字エンコーディングを、 from ... 8 から UTF-16 に変換し、UTF-8 に戻す例 <?php $utf8_string = "\x5A\x6F\xC3\xAB" ; // 'Zoë' in UTF-8 $utf16_st ... ring = UConverter :: transcode ( $utf8_string , 'UTF-16BE' , 'UTF-8' ); echo bin2hex ( $utf16_st ...
https://man.plustar.jp/php/uconverter.transcode.html - [similar]
定義済み定数 2789
« リソース型 PHP LDAP コールの使用法 » PHP Manual LDAP 定義済み定数 定義済み定数 以下の定数が定義 ... ース区切りのホストを取得/設定します。 LDAP_OPT_ERROR_STRING ( int ) LDAP_OPT_DIAGNOSTIC_MESSAGE のエイリアス L ... be の間隔を指定します。 LDAP_OPT_X_TLS_CACERTDIR ( string ) CA 証明書を含んだディレクトリのパスを指定します。 ... LDAP_OPT_X_TLS_CACERTFILE ( string ) CA 証明書ファイルのフルパスを指定します。 LDAP_O ... PT_X_TLS_CERTFILE ( string ) 証明書ファイルのフルパスを指定します。 LDAP_OPT_ ...
https://man.plustar.jp/php/ldap.constants.html - [similar]
ディレクトリハンドルからエントリを読み込む 2789
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... 読み込む 説明 public streamWrapper::dir_readdir (): string このメソッドは、 readdir() に対応してコールされます ... ?> 上の例の出力は、 たとえば以下のようになります。 string(13) "construct.xml" string(16) "dir-closedir.xml" ... string(15) "dir-opendir.xml" string(15) "dir-readdir.xml" string(17) "dir-rewinddir.xm ... l" string(9) "mkdir.xml" string(10) "rename.xml" string(9) " ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
XMLReader クラス 2779
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... プロパティ */ public int $ attributeCount ; public string $ baseURI ; public int $ depth ; public bool $ has ... isDefault ; public bool $ isEmptyElement ; public string $ localName ; public string $ name ; public string ... $ namespaceURI ; public int $ nodeType ; public string $ prefix ; public string $ value ; public string $ ... de = null ): DOMNode | false public getAttribute ( string $name ): ? string public getAttributeNo ( int $ind ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
Yaf_Request_Simple クラス 2779
« Yaf_Request_Http::isXmlHttpRequest Yaf_Request_Simple::__construct » PHP Manual Yaf Yaf_Reques ... le extends Yaf_Request_Abstract { /* 定数 */ const string SCHEME_HTTP = http ; const string SCHEME_HTTPS = h ... プロパティ */ /* メソッド */ public __construct ( string $method = ? , string $module = ? , string $control ... ler = ? , string $action = ? , array $params = ? ) public get (): v ... ame (): void public Yaf_Request_Abstract::getEnv ( string $name , string $default = ? ): void public Yaf_Req ...
https://man.plustar.jp/php/class.yaf-request-simple.html - [similar]
SOAP 型の一覧を返す 2779
« SoapClient::__getLastResponseHeaders SoapClient::__setCookie » PHP Manual SoapClient SOAP 型の ... > 上の例の出力は以下となります。 array(88) { [0]=> string(30) "ProductLine ProductLineArray[]" [1]=> string( ... 85) "struct ProductLine { string Mode; string RelevanceRank; ProductInfo ProductInf ... o; }" [2]=> string(105) "struct ProductInfo { string TotalResults; st ... ring TotalPages; string ListName; DetailsArray Details; }" ... [85]=> stri ...
https://man.plustar.jp/php/soapclient.gettypes.html - [similar]
DOMDocumentFragment クラス 2769
« DOMDocument::xinclude DOMDocumentFragment::appendXML » PHP Manual DOM DOMDocumentFragment クラ ... ntCount ; /* 継承したプロパティ */ public readonly string $ nodeName ; public ? string $ nodeValue ; public ... ? DOMDocument $ ownerDocument ; public readonly ? string $ namespaceURI ; public string $ prefix ; public r ... eadonly ? string $ localName ; public readonly ? string $ baseURI ; ... public string $ textContent ; /* メソッド */ public __construct ...
https://man.plustar.jp/php/class.domdocumentfragment.html - [similar]
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 2769
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換 ... 換し、表現できない文字を置換する 説明 utf8_decode ( string $string ): string この関数は、文字列 string を UTF ... 必要な場合は、別の関数を使ってください。 パラメータ string UTF-8 エンコードされた文字列。 戻り値 string を IS ... でした。 例 例1 Basic examples <?php // Convert the string 'Zoë' from UTF-8 to ISO 8859-1 $utf8_string = "\x5 ... A\x6F\xC3\xAB" ; $iso8859_1_string = utf8_decode ( $utf8_string ); echo bin2hex ( $is ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
DirectoryIterator クラス 2759
« CallbackFilterIterator::__construct DirectoryIterator::__construct » PHP Manual イテレータ Dir ... ableIterator { /* メソッド */ public __construct ( string $directory ) public current (): mixed public getAT ... ime (): int public getBasename ( string $suffix = "" ): string public getCTime (): int pub ... lic getExtension (): string public getFilename (): string public getGroup (): ... (): int public getOwner (): int public getPath (): string public getPathname (): string public getPerms (): ...
https://man.plustar.jp/php/class.directoryiterator.html - [similar]
SolrModifiableParams クラス 2759
« SolrParams::unserialize SolrModifiableParams::__construct » PHP Manual Solr SolrModifiablePara ... 継承したメソッド */ final public SolrParams::add ( string $name , string $value ): SolrParams public SolrPar ... ams::addParam ( string $name , string $value ): SolrParams final public S ... olrParams::get ( string $param_name ): mixed final public SolrParams::getP ... aram ( string $param_name = ? ): mixed final public SolrParams:: ...
https://man.plustar.jp/php/class.solrmodifiableparams.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT