検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 95 for Charset (0.007 sec.)
Return the current CUBRID connection charset 12296
« cubrid_get_autocommit cubrid_get_class_name » PHP Manual CUBRID 関数 Return the current CUBRID ... connection charset cubrid_get_charset (PECL CUBRID >= 8.3.0) cubrid_g ... et_charset — Return the current CUBRID connection charset 説明 ... cubrid_get_charset ( resource $conn_identifier ): string This functio ... n returns the current CUBRID connection charset and is similar to the CUBRID MySQL compatible func ...
https://man.plustar.jp/php/function.cubrid-get-charset.html - [similar]
Return the current CUBRID connection charset 11770
« cubrid_affected_rows cubrid_close » PHP Manual CUBRID MySQL 互換関数 Return the current CUBRID ... connection charset cubrid_client_encoding (PECL CUBRID >= 8.3.1) cubr ... nt_encoding — Return the current CUBRID connection charset 説明 cubrid_client_encoding ( resource $conn_ident ... his function returns the current CUBRID connection charset and is similar to the CUBRID function cubrid_get_c ... り値 A string that represents the CUBRID connection charset; on success. false on failure. 例 例1 cubrid_clien ...
https://man.plustar.jp/php/function.cubrid-client-encoding.html - [similar]
文字セットオブジェクトを返す 11230
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... qli::get_charset mysqli_get_charset (PHP 5 >= 5.1.0, PHP 7, PHP 8) ... mysqli::get_charset -- mysqli_get_charset — 文字セットオブジェクトを返 ... す 説明 オブジェクト指向型 public mysqli::get_charset (): ? object 手続き型 mysqli_get_charset ( mysqli ... のプロパティを持つ文字セットオブジェクトを返します。 charset 文字セット名 collation 照合規則名 dir 文字セットの ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
クライアントの文字セットを設定する 10598
« mysqli::select_db mysqli::$sqlstate » PHP Manual mysqli クライアントの文字セットを設定する mys ... qli::set_charset mysqli_set_charset (PHP 5 >= 5.0.5, PHP 7, PHP 8) ... mysqli::set_charset -- mysqli_set_charset — クライアントの文字セットを ... 設定する 説明 オブジェクト指向型 public mysqli::set_charset ( string $charset ): bool 手続き型 mysqli_set_char ... set ( mysqli $mysql , string $charset ): bool データベースサーバーとのデータの送受信に使 ...
https://man.plustar.jp/php/mysqli.set-charset.html - [similar]
クライアントの文字セットを設定する 9479
« mysql_select_db mysql_stat » PHP Manual MySQL 関数 クライアントの文字セットを設定する mysql_se ... t_charset (PHP 5 >= 5.2.3) mysql_set_charset — クライアントの ... この関数の代替として、これらが使えます。 mysqli_set_charset() PDO: 接続文字列に charset を追加して charset=utf ... 8 などとする 説明 mysql_set_charset ( string $charset , resource $link_identifier = NU ... る、デフォルトの文字セットを設定します。 パラメータ charset 有効な文字セット名。 link_identifier MySQL 接続。指 ...
https://man.plustar.jp/php/function.mysql-set-charset.html - [similar]
MIME ヘッダ要素をデコードする 8741
« imap_mailboxmsginfo imap_msgno » PHP Manual IMAP 関数 MIME ヘッダ要素をデコードする imap_mime_ ... 列で返されます。 各オブジェクトは、二つのプロパティ charset と text を有しています。 要素がエンコードされていな ... 言い替えるとプレーンな US-ASCII の場合は この要素の charset プロパティは default に設定されます。 この関数は、 ... $i = 0 ; $i < count ( $elements ); $i ++) { echo "Charset: { $elements [ $i ]-> charset } \n" ; echo "Text: ... text } \n\n" ; } ?> 上の例の出力は以下となります。 Charset: ISO-8859-1 Text: Keld Jørn Simonsen Charset: defa ...
https://man.plustar.jp/php/function.imap-mime-header-decode.html - [similar]
データベース接続の現在の文字コードセットを返す 8504
« mysqli::change_user mysqli::close » PHP Manual mysqli データベース接続の現在の文字コードセット ... トの文字コードセットを設定します。*/ $mysqli -> set_charset ( 'utf8mb4' ); /* 現在の文字コードセットを出力しま ... す */ $charset = $mysqli -> character_set_name (); printf ( "Curr ... ent character set is %s\n" , $charset ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ER ... ォルトの文字コードセットを設定します。*/ mysqli_set_charset ( $mysqli , 'utf8mb4' ); /* 現在の文字コードセット ...
https://man.plustar.jp/php/mysqli.character-set-name.html - [similar]
MIME 文字設定を文字列で得る 8360
« mb_parse_str mb_regex_encoding » PHP Manual マルチバイト文字列 関数 MIME 文字設定を文字列で得る ... ): string | false 指定したエンコーディングの MIME charset 文字列を取得します。 パラメータ encoding 調べるエン ... グ。 戻り値 文字エンコーディング encoding 用の MIME charset 文字列を返します。 指定された encoding に対して、 ... 好ましい charset がない場合は false を返します。 例 例1 mb_preferre ... put_handler" ); header ( "Content-Type: text/html; charset=" . mb_preferred_mime_name ( $outputenc )); ?> 関連 ...
https://man.plustar.jp/php/function.mb-preferred-mime-name.html - [similar]
新規に MySQL サーバーへの接続をオープンする 8162
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... r' , 'my_password' , 'my_db' ); /* Set the desired charset after establishing a connection */ $mysqli -> set_ ... r' , 'my_password' , 'my_db' ); /* Set the desired charset after establishing a connection */ mysqli_set_char ... ( $host , $user , $pass , $db , $port , $socket , $charset ) { mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_R ... er , $pass , $db , $port , $socket ); $this -> set_charset ( $charset ); } } $db = new FooMysqli ( 'localhost ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
Return the client library version 7925
« cubrid_get_class_name cubrid_get_db_parameter » PHP Manual CUBRID 関数 Return the client libra ... "Client Info:" , $client_info ); printf ( "\n" ); $charset = cubrid_get_charset ( $conn ); printf ( "%-30s %s ... \n" , "CUBRID Charset:" , $charset ); cubrid_disconnect ( $conn ); ?> 上 ... Server Info: 9.1.0.0212 Client Info: 9.1.0 CUBRID Charset: iso8859-1 関連キーワード: version , Return , cubr ...
https://man.plustar.jp/php/function.cubrid-get-client-info.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT