Suscriber with us



Receive HTML?

Syndicate

Misc functions PDF Print E-mail

PHP Miscellaneous Introduction

The misc. functions were only placed here because none of the other categories seemed to fit.

PHP Miscellaneous Introduction

The misc. functions were only placed here because none of the other categories seemed to fit.

Installation

The misc functions are part of the PHP core. There is no installation needed to use these functions.

Runtime Configuration

The behavior of the misc functions is affected by settings in the php.ini file.

Misc. configuration options:

Name

Default

Description

Changeable

ignore_user_abort

"0"

FALSE indicates that scripts will be terminated as soon as they try to output something after a client has aborted their connection
 

PHP_INI_ALL

highlight.string

"#DD0000"

Color for highlighting a string in PHP syntax
 

PHP_INI_ALL

highlight.comment

"#FF8000"

Color for highlighting PHP comments
 

PHP_INI_ALL

highlight.keyword

"#007700"

Color for syntax highlighting PHP keywords (e.g. parenthesis and semicolon)
 

PHP_INI_ALL

highlight.bg

"#FFFFFF"

Color for background
 

PHP_INI_ALL

highlight.default

"#0000BB"

Default color for PHP syntax
 

PHP_INI_ALL

highlight.html

"#000000"

Color for HTML code
 

PHP_INI_ALL

browscap

NULL

Name and location of browser-capabilities file (e.g. browscap.ini)
 

PHP_INI_SYSTEM



Last Updated ( Thursday, 03 April 2008 )
 
< Prev   Next >

Polls

Which is the best Scripting language?