Function __global->calculate_performance_score

Definitions

sources/global4.php

  • Calculate a performance score for this server.The resulting number indicates how many md5 uniqid operations can be performed in a second.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: float

Returns

  • Performance score; higher is better
  • Type: float
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Calculate a performance score for this server.The resulting number indicates how many md5 uniqid operations can be performed in a second.
 *
 * @return float Performance score; higher is better
 */

function calculate_performance_score() : float