Page MenuHomeDevCentral

Type.php
No OneTemporary

Type.php

<?php
namespace Keruald\OmniTools\Reflection;
class Type {
public static function getTypeOf ($v) : string {
$type = gettype($v);
if ($type === "object") {
return get_class($v);
}
return $type;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 16, 13:05 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3135081
Default Alt Text
Type.php (255 B)

Event Timeline