Subversion Repositories oidplus

Rev

Rev 686 | Rev 771 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 686 Rev 750
Line 103... Line 103...
103
                        //$arc = strtoupper(base_convert($arc, 36, 10));
103
                        //$arc = strtoupper(base_convert($arc, 36, 10));
104
                        $arc = strtoupper(self::base_convert_bigint($arc, 36, 10));
104
                        $arc = strtoupper(self::base_convert_bigint($arc, 36, 10));
105
                }
105
                }
106
                $oidstr = implode('.', $elements);
106
                $oidstr = implode('.', $elements);
107
 
107
 
108
                $weid = $namespace . $weid; // add namespace again
108
                $weid = strtolower($namespace) . strtoupper($weid); // add namespace again
109
 
109
 
110
                return $oidstr;
110
                return $oidstr;
111
        }
111
        }
112
 
112
 
113
        // Converts an OID to WEID
113
        // Converts an OID to WEID