pug-php/js-phpize

View on GitHub
examples/typeof.php

Summary

Maintainability
A
0 mins
Test Coverage
if ((function_exists('gettype') ? gettype($input) : $gettype($input)) == 'string') {
}