Subversion Repositories uuid_mac_utils

Rev

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

Rev 70 Rev 71
Line 95... Line 95...
95
        else if ($resolution_ns >= 1000) $resolution_ns_hf = ($resolution_ns/1000)." µs";
95
        else if ($resolution_ns >= 1000) $resolution_ns_hf = ($resolution_ns/1000)." µs";
96
        else $resolution_ns_hf = "$resolution_ns ns";
96
        else $resolution_ns_hf = "$resolution_ns ns";
97
        echo "$num_ms_frac_bits bits fraction = $resolution_ns_hf\n";
97
        echo "$num_ms_frac_bits bits fraction = $resolution_ns_hf\n";
98
}
98
}
99
?>
99
?>
100
 
-
 
101
</pre></p>
100
</pre></p>
102
 
101
 
103
<?php
102
<?php
104
if (AUTO_NEW_UUIDS > 0) { /** @phpstan-ignore-line */
103
if (AUTO_NEW_UUIDS > 0) { /** @phpstan-ignore-line */
105
        echo '<p>Here are '.AUTO_NEW_UUIDS.' UUIDs that were created just for you! (Reload the page to get more)</p>';
104
        echo '<p>Here are '.AUTO_NEW_UUIDS.' UUIDs that were created just for you! (Reload the page to get more)</p>';