個人用ツール

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

提供: baserCMS公式ガイド

移動: 案内, 検索
(ページの作成:「## 説明 管理画面のサイト基本設定のWEBサイト名を出力する ## 使い方 <syntaxhighlight lang="php"> $this->BcBaser->siteName(); </syntaxhighlight...」)
 
([このコンテンツは内容調整中です] ページの作成:「## 説明 管理画面のサイト基本設定のWEBサイト名を出力する ## 使い方 <syntaxhighlight lang="php"> $this->BcBaser->siteName(); </syntaxhighlight...」)
行1: 行1:
## 説明  
+
## 説明
 
管理画面のサイト基本設定のWEBサイト名を出力する
 
管理画面のサイト基本設定のWEBサイト名を出力する
  
行43: 行43:
  
  
[[Category:関数リファレンス]]
+
[[Category:関数リファレンスver4]]

2016年6月28日 (火) 17:20時点における版

説明

管理画面のサイト基本設定のWEBサイト名を出力する

使い方

$this->BcBaser->siteName();

パラメータ

戻り値

(void)

用例

基本

コード

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

出力

応用

コード

出力

変更履歴

ソースファイル

関連資料

類似の関数