Web Analytics

PHP password_get_info() Function

Password FunctionPHP 5.5.0+

The password_get_info() function performs a specific operation.

Syntax

password_get_info($param): mixed

Parameters

Parameter Type Description
$param mixed Function parameter

Return Value

Returns the result of the operation.

Try It Online

Output
Click Run to execute your code

Common Use Cases

  • Data processing
  • Common PHP operations