alexey-pkv/php-blat

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2020-03-30 14:52 UTC

This package is auto-updated.

Last update: 2024-04-29 04:27:20 UTC


README

version 1.0.0

Installation:

composer require alexey-pkv/php-blat

A php library that adds the blat suffix to all php methods.

Usage

var_dump_blat(get_defined_functions_blat());
var_dump_blat(in_array_blat('is_blat_a', get_defined_functions_blat()));