10 code example _php

Source: Internet
Author: User
Keywords example code comment here document variable int
/*
* @ (#) cngift.php 1.82 03/06/25
*
* Sample documents written in Flowering stone
* will be a simple demonstration of coding specifications
*
*/


Require ("db.php");

/**
* Demonstration Use Class
*
* @version 1.82 03.06.25
* @author Blossom Stone
*/
Class Blah extends SomeClass {
/* The comment for this class runtime is written here */

/** the comment about the variable is written here */
static int $classVar 1;

/**
* Write multiple lines of comments on variables here
*/
static string classVar2;

Document comment for the/** variable */
int instanceVar1;

Document comment for the/** variable */
Int[] INSTANCEVAR3;

/**
* Comment of constructor function
*/
function blah () {
// ... Here to perform ...
}

/**
* ... Document Comment for function ...
*/
function dosomething () {
// ... Here to perform ...
}

/**
* ... Comment Document for the method:
* Multi-line Comment
*/
public void Dosomethingelse (Object someparam) {
// ... Here to perform ...
}
}

  • 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.