bakteriyofaj/php-fn-aliases

PHP global functions aliases

dev-master 2020-03-14 16:11 UTC

This package is not auto-updated.

Last update: 2025-07-14 12:15:06 UTC


README

A library that collects PHP's global functions under a class by field.

Examples

$hex = \BakteriyoFaj\PhpFnAliases\Math::BaseConvert('18882', 10, 16);

echo $hex; // 49C2