Php - Stubs

Card Puncher Data Processing

About

PHP is a dynamic language. It does not have a type system (by default) and therefore, a variable stores any kind of value (if the type is not declared).

To overcome this situation, developers may create definition file known in PHP as stubs files containing the type and signature definitions.

These files are then used by IDE for code completion, code analysis.

Repository





Discover More
Card Puncher Data Processing
Code Shipping - Definition File (Declaration File, Stubs)

dynamic languages does not have any type system (by default). (a variable may store any kind of value. To overcome this situation, developers create definition files that defines a library in terms of...



Share this page:
Follow us:
Task Runner