PHP options and Information function library: phpcredits

Source: Internet
Author: User
Keywords phpcredits php option php Chinese function manual information function library
Tags aliyun code credits developer example function function library html

Phpcredits

(PHP4)

Phpcredits---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; List PHP Honors

Syntax: void phpcredits (int flag)

Description:

This function lists the PHP developer honors (credits) list, which produces the appropriate HTML code to insert information into the Web page. Parameter flag indicates what information will be listed, for example: To List general honors, you can place it somewhere in your code:

Example:

<?php

. . .

Phpcredits (credits_general);

. . .

?>

If you want to list the core developers and the manual group, where they belong in the Web page, you can use:

<?php

Phpcredits (Credits_group + Credits_docs + credits_fullpage);

?>

If you 211.html ">" and feel you want to put all the honors on your Web page, the following code will be able to:

Example:

<html>

<head>

<title>my credits page</title>

</head>

<body>

<?php

Some code of your own

Phpcredits (Credits_all + credits_fullpage);

Some more code

?>

</body>

</html>

Phpcredits () flag

Name Description Credits_all All the honors, equal to the use of Credits_docs + credits_general + credits_group + credits_modules + credits_fullpage. It produces a complete independent HTML page. CREDITS_DOCS Handbook Team honors. Credits_fullpage are usually used in conjunction with other flags to indicate that the information requires a complete, independent HTML page to list. Credits_general General honors, grammatical design and concepts, PHP4.0 author and Sapi module (module). Credits_group a list of core developers. Credits_modules the list of PHP expansion modules, and their authors. CREDITS_SAPI has this flag defined, but like PHP 4.0.1pl2, it is not used.

Reference: Phpinfo () phpversion () Php_logo_guid ()

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.