Reference | SOCKET-MANAGER Framework For PHP

API Documentation

Table of Contents

Namespaces

SocketManager

Functions

config()  : mixed
設定値の取得
__()  : string
メッセージの取得

Functions

config()

設定値の取得

config(string $p_key[, mixed $p_default = null ]) : mixed
Parameters
$p_key : string

設定値のキー

$p_default : mixed = null

設定値がなかった時のデフォルト

Return values
mixed

設定値

__()

メッセージの取得

__(string $p_key[, array<string|int, mixed> $p_placeholder = [] ]) : string
Parameters
$p_key : string

メッセージのキー

$p_placeholder : array<string|int, mixed> = []

プレースホルダ

Return values
string

メッセージ


        
On this page

Search results