Phpdoc Online Tutorials

PHPDoc is an adaptation of Javadoc format for the PHP programming language. It is still an informal standard for commenting PHP code, but it is in the process of being formalized. It allows external document generators like phpDocumentor, which is the de facto standard implementation, to generate documentation of APIs and helps some IDEs such as Zend Studio, NetBeans, JetBrains PhpStorm, ActiveState Komodo Edit and IDE, PHPEdit and Aptana Studio to interpret variable types and other ambiguities in the loosely typed language and to provide improved code completion, type hinting and debugging.

PHPDoc supports documentation of both object-oriented and procedural code.

On August 13, 2013 the PHP Framework Interoperability Group began writing a formal specification (PSR) for PHPDoc.[1]

Example edit

/**
 * Get all image nodes.
 *
 * @param \DOMNode     $node       The \DOMDocument instance
 * @param boolean      $strict     If the document has to be valid
 *
 * @return \DOMNode
 */
 public function getImageNodes(\DOMNode $node, $strict = true): \DOMNode
 {
     // ...
 }

See also edit

  • phpDocumentor
  • Doxygen
  • Comparison of documentation generators

Phpdoc Tutorials: phpDocumentor (phpdoc) is an automatic code-documentation tool for PHP, based on Javadoc.

Latest online Phpdoc Tutorials with example so this page for both freshers and experienced candidate who want to get job in Phpdoc company

Latest online Phpdoc Tutorials for both freshers and experienced

advertisements

View Tutorials on Phpdoc View all questions

Ask your interview questions on Phpdoc

Write Your comment or Questions if you want the answers on Phpdoc from Phpdoc Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---