PHP - PHPdoc snippet

Card Puncher Data Processing

About

https://manual.phpdoc.org/

Snippet

/**
* The domain for the test is set in the variable {@link $default_server_vars}
*/
/**
* {@link class::method}
*/

Type Declaration

/**
* @return Class[]
* @return bool
* @param string $s
* @throws Exception
*/

Local Variable

/** 
* @var $path WikiPath 
*/
$var = $otherVar





Discover More
Card Puncher Data Processing
PHP - Data Type

data type in PHP When a variable is unknown to an IDE (phpStorm), by adding a phpdoc comments describing it, allows PhpStorm to discover type information and provide with a complete accurate...



Share this page:
Follow us:
Task Runner