個人用ツール

関数リファレンス/BcBaser charset

提供: baserCMS公式ガイド

移動: 案内, 検索

説明

charsetメタタグを出力する。

モバイルの場合は、強制的に文字コードを Shift-JIS に設定。

使い方

<?php $this->BcBaser->charset( $charset ); ?>

パラメータ

(文字コード)$charset
エンコーディングを指定する。 - 初期値:null

戻り値

なし

用例

基本

コード

<?php $this->BcBaser->charset("utf-8") ?>

出力

 

応用

コード

 

出力

 

変更履歴

ソースファイル

関連資料

類似の関数