П О Р Т А Л                            
С Е Т Е В Ы Х                          
П Р О Е К Т О В                        
  
Поиск по сайту:
                                                 
Главная

О проекте

Web-мастеру
     HTML & JavaScript
     SSI
     Perl
     PHP
     XML & XSLT
     Unix Shell

MySQL

Безопасность

Хостинг

Другое








Самое читаемое:

Учебник PHP - "Для Чайника".
Просмотров 4182 раз(а).

Иллюстрированный самоучитель по созданию сайтов.
Просмотров 6856 раз(а).

Учебник HTML.
Просмотров 3800 раз(а).

Руководство по PHP5.
Просмотров 6092 раз(а).

Хостинг через призму DNS.
Просмотров 4939 раз(а).

Подборка текстов стандартных документов.
Просмотров 56338 раз(а).

Учебник PHP - Самоучитель
Просмотров 3797 раз(а).

Документация на MySQL (учебник & справочное руководство)
Просмотров 8692 раз(а).

Внешние атаки...
Просмотров 4666 раз(а).

Учебник PHP.
Просмотров 3238 раз(а).

SSI в примерах.
Просмотров 243 раз(а).



 
 
| Добавить в избранное | Сделать стартовой | Помощь





Руководство по PHP
Пред. След.

highlight_file

(PHP 4, PHP 5)

highlight_file -- Syntax highlighting of a file

Description

mixed highlight_file ( string filename [, bool return] )

The highlight_file() function prints out a syntax highlighted version of the code contained in filename using the colors defined in the built-in syntax highlighter for PHP.

If the second parameter return is set to TRUE then highlight_file() will return the highlighted code as a string instead of printing it out. If the second parameter is not set to TRUE then highlight_file() will return TRUE on success, FALSE on failure.

Замечание: The return parameter became available in PHP 4.2.0. Before this time it behaved like the default, which is FALSE

Замечание: Since PHP 4.2.1 this function is also affected by safe_mode and open_basedir.

Предостережение

Care should be taken when using the highlight_file() function to make sure that you do not inadvertently reveal sensitive information such as passwords or any other type of information that might create a potential security risk.

Many servers are configured to automatically highlight files with a phps extension. For example, example.phps when viewed will show the syntax highlighted source of the file. To enable this, add this line to the httpd.conf:

AddType application/x-httpd-php-source .phps

See also highlight_string().


Пред. Начало След.
__halt_compiler Уровень выше highlight_string


Если Вы не нашли что искали, то рекомендую воспользоваться поиском по сайту:
 





Copyright © 2005-2016 Project.Net.Ru