PHP - Function

Card Puncher Data Processing

About

function

When the function is inside a class, it's called a method.

Management

Parameters

The function can be called with passing parameters only by their position and not by their name.

Variable-length argument

 
function name(...$var){

}





Discover More
Card Puncher Data Processing
Php - Method

Methods are functions inside a class. Call a static method from inside a class



Share this page:
Follow us:
Task Runner