PHP Classes

File: web/SSO/vendor/openid/php-openid/admin/mathlib

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/vendor/openid/php-openid/admin/mathlib   Download  
File: web/SSO/vendor/openid/php-openid/admin/mathlib
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 296 bytes
 

Contents

Class file image Download
#!/usr/bin/env php
<?php

require_once 'adminutil.php';
includeAdd(getParent());

require_once
'Auth/OpenID/CryptUtil.php';

$lib =& Auth_OpenID_MathLibrary::getLibWrapper();

if (
$lib === null) {
   
fwrite(STDERR, 'No math library present\n');
    exit(
1);
} else {
    print
$lib->type;
}

?>