個人用ツール

「関数リファレンス/xmlHeader」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
行8: 行8:
  
 
## パラメータ
 
## パラメータ
(array)
+
(array)$attrib  
: $attrib 属性
+
:属性
  
 
## 戻り値
 
## 戻り値

2015年6月23日 (火) 13:16時点における版

説明

XMLヘッダタグを出力する

使い方

$this->BcBaser->xmlHeader();

パラメータ

(array)$attrib

属性

戻り値

用例

基本

コード

<?php $this->BcBaser->xmlHeader() ?>

出力

 

応用

コード

 

出力

 

変更履歴

ソースファイル

関連資料

類似の関数