|
phpcredits(PHP 4, PHP 5) phpcredits — Prints out the credits for PHP Описание
bool phpcredits
([ int $flag = CREDITS_ALL
] )
This function prints out the credits listing the PHP developers, modules, etc. It generates the appropriate HTML codes to insert the information in a page. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 Prints the general credits
<?php
Пример #2 Prints the core developers and the documentation group
<?php
Пример #3 Printing all the credits
<html> Смотрите также
|
|||||||||||||||||