* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ require_once __DIR__.'/../vendor/autoload.php'; use FG\ASN1\OID; function echoOIDRow($oidString) { $oidName = OID::getName($oidString); echo "{$oidString}{$oidName}"; } ?> PHPASN1 Examples