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-06-16 11:49:25 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