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.
به طور پیشفرضFALSE. اگر به TRUE تغییر داده شود اسکریپتها پس از پایان یافتن اتصال کلاینت خاتمه نخواهد یافت.
همچنین ignore_user_abort() را ببینید.
رنگها برای پررنگ نمودن دستورات. هرچیز پذیرفته شده در <font color="??????"> مناسب است.
نام (به عنوان مثال: browscap.ini) و محل فایل قابلیتهای مرورگر همچنین get_browser() را ببینید.