PHP Classes

File: Args.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Generic PHP Named Parameters Function Call   Args.php   Download  
File: Args.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Generic PHP Named Parameters Function Call
Extract the values of named function parameters
Author: By
Last change:
Date: 4 years ago
Size: 130 bytes
 

Contents

Class file image Download
<?php
namespace {
    use
EZAMA\NamedArgs;

    function
Args($mandatory)
    {
        return new
NamedArgs($mandatory);
    }
}