Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
PHP kernel::single1 примеры использования
Язык программирования:
PHP
Класс/Тип:
kernel
Метод/Функция:
single1
Примеров на hotexamples.com:
1
PHP kernel::single1 - 1 пример найден
. Это лучшие примеры PHP кода для
kernel::single1
, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Основные методы
Показать
Скрыть
database(30)
service(30)
single(30)
servicelist(30)
base_url(30)
log(30)
router(23)
serviceList(22)
openapi_url(20)
is_online(17)
get_instance_by_id(16)
url_prefix(16)
get_themes_host_url(12)
kernel(11)
get_lang(10)
request(9)
api_url(8)
set_online(7)
console_output(6)
make_notify(6)
get_resource_host_url(6)
get_notify(5)
Configuration(5)
loadLib(4)
get_app_statics_host_url(4)
destroy_notify(4)
get_list(3)
is_pps_mode(3)
is_debug(3)
get_host_mirror_img(3)
load_module(3)
get_instance_by_name(3)
host(3)
strip_magic_quotes(3)
load_content(3)
throwException(2)
__language(2)
__online(2)
update(2)
__router(2)
error(2)
remove_by_name(2)
__host_mirrors_count(2)
url_app_map(2)
__db_instance(2)
mkUrl(2)
getInstance(2)
getCachedRoutesPath(2)
exitSystemMode(2)
remove(1)
Основные методы
database (30)
service (30)
single (30)
servicelist (30)
base_url (30)
log (30)
router (23)
serviceList (22)
openapi_url (20)
is_online (17)
Основные методы
get_instance_by_id (16)
url_prefix (16)
get_themes_host_url (12)
kernel (11)
get_lang (10)
request (9)
api_url (8)
set_online (7)
console_output (6)
make_notify (6)
get_resource_host_url (6)
get_notify (5)
Configuration (5)
loadLib (4)
get_app_statics_host_url (4)
destroy_notify (4)
get_list (3)
is_pps_mode (3)
is_debug (3)
get_host_mirror_img (3)
Основные методы
get_resource_host_url (6)
get_notify (5)
Configuration (5)
loadLib (4)
get_app_statics_host_url (4)
destroy_notify (4)
get_list (3)
is_pps_mode (3)
is_debug (3)
get_host_mirror_img (3)
load_module (3)
get_instance_by_name (3)
host (3)
strip_magic_quotes (3)
load_content (3)
throwException (2)
__language (2)
__online (2)
update (2)
__router (2)
error (2)
remove_by_name (2)
__host_mirrors_count (2)
url_app_map (2)
__db_instance (2)
mkUrl (2)
getInstance (2)
getCachedRoutesPath (2)
exitSystemMode (2)
remove (1)
Основные методы
load_module (3)
get_instance_by_name (3)
host (3)
strip_magic_quotes (3)
load_content (3)
throwException (2)
__language (2)
__online (2)
update (2)
__router (2)
error (2)
remove_by_name (2)
__host_mirrors_count (2)
url_app_map (2)
__db_instance (2)
mkUrl (2)
getInstance (2)
getCachedRoutesPath (2)
exitSystemMode (2)
remove (1)
register_autoload (1)
session_start (1)
routesAreCached (1)
renderPage (1)
tooltips (1)
runningInConsole (1)
this_url (1)
startExceptionHandling (1)
single1 (1)
sfile (1)
set_lang (1)
Code2Name (1)
init (1)
mysql (1)
boot (1)
__construct (1)
__exception_instance (1)
__host_mirrors (1)
__request_instance (1)
_init (1)
Пример #1
0
Показать файл
Файл:
single.php
Проект:
453111208/bbc
public function testKernelSingle() { $a = 1; $b = 2; $c = 3; kernel::single1('abc', $a, $b, $c); }
x