Runtime Configuration
The behaviour of these functions is affected by settings in php.ini.
| نام | پیش فرض | قابل تعویض | تغییرات |
|---|---|---|---|
| ignore_user_abort | "0" | PHP_INI_ALL | |
| highlight.string | "#DD0000" | PHP_INI_ALL | |
| highlight.comment | "#FF8000" | PHP_INI_ALL | |
| highlight.keyword | "#007700" | PHP_INI_ALL | |
| highlight.bg | "#FFFFFF" | PHP_INI_ALL | This deprecated feature will certainly be removed in the future. |
| highlight.default | "#0000BB" | PHP_INI_ALL | |
| highlight.html | "#000000" | PHP_INI_ALL | |
| browscap | NULL | PHP_INI_SYSTEM |
Here's a short explanation of the configuration directives.
- ignore_user_abort boolean
-
به طور پیشفرضFALSE. اگر به TRUE تغییر داده شود اسکریپتها پس از پایان یافتن اتصال کلاینت خاتمه نخواهد یافت.
همچنین ignore_user_abort() را ببینید.
-
highlight.bg
string
highlight.comment string
highlight.default string
highlight.html string
highlight.keyword string
highlight.string string -
رنگها برای پررنگ نمودن دستورات. هرچیز پذیرفته شده در <font color="??????"> مناسب است.
- browscap string
-
نام (به عنوان مثال: browscap.ini) و محل فایل قابلیتهای مرورگر همچنین get_browser() را ببینید.
There are no user contributed notes for this page.
