public static getPart (mixed $part)
Returns a specific part of the version. If the wrong parameter is passed it will return the full version
echo Phalcon\Version::getPart(Phalcon\Version::VERSION_MAJOR);
public static getPart (mixed $part)
Returns a specific part of the version. If the wrong parameter is passed it will return the full version
echo Phalcon\Version::getPart(Phalcon\Version::VERSION_MAJOR);
Please login to continue.