kelunik/typeof

PHP变量的类型。

v1.0.0 2016-11-07 11:15 UTC

This package is auto-updated.

Last update: 2024-09-15 06:50:30 UTC


README

安装

composer require kelunik/typeof

使用

<?php

use function Kelunik\Typeof\typeof;

var_dump(typeof(new stdClass)); // "stdClass"
var_dump(typeof("")); // "string"
var_dump(typeof(42)); // "integer"
var_dump(typeof(42.)); // "double"

许可证

MIT.