Go to the source code of this file.
Functions | |
php_grpc_zend_object | create_wrapped_grpc_timeval (zend_class_entry *class_type TSRMLS_DC) |
void | grpc_init_timeval (TSRMLS_D) |
zval * | grpc_php_wrap_timeval (gpr_timespec wrapped TSRMLS_DC) |
void | grpc_shutdown_timeval (TSRMLS_D) |
PHP_METHOD (Timeval, __construct) | |
PHP_METHOD (Timeval, add) | |
PHP_METHOD (Timeval, compare) | |
PHP_METHOD (Timeval, infFuture) | |
PHP_METHOD (Timeval, infPast) | |
PHP_METHOD (Timeval, now) | |
PHP_METHOD (Timeval, similar) | |
PHP_METHOD (Timeval, sleepUntil) | |
PHP_METHOD (Timeval, subtract) | |
PHP_METHOD (Timeval, zero) | |
Variables | |
zend_class_entry * | grpc_ce_timeval |
static zend_function_entry | timeval_methods [] |
php_grpc_zend_object create_wrapped_grpc_timeval | ( | zend_class_entry *class_type | TSRMLS_DC | ) |
zval* grpc_php_wrap_timeval | ( | gpr_timespec wrapped | TSRMLS_DC | ) |
PHP_METHOD | ( | Timeval | , |
__construct | |||
) |
PHP_METHOD | ( | Timeval | , |
add | |||
) |
PHP_METHOD | ( | Timeval | , |
compare | |||
) |
PHP_METHOD | ( | Timeval | , |
infFuture | |||
) |
PHP_METHOD | ( | Timeval | , |
infPast | |||
) |
PHP_METHOD | ( | Timeval | , |
now | |||
) |
PHP_METHOD | ( | Timeval | , |
similar | |||
) |
Checks whether the two times are within $threshold of each other
Timeval | $a_obj | The first time to compare |
Timeval | $b_obj | The second time to compare |
Timeval | $thresh_obj | The threshold to check against |
PHP_METHOD | ( | Timeval | , |
sleepUntil | |||
) |
PHP_METHOD | ( | Timeval | , |
subtract | |||
) |
PHP_METHOD | ( | Timeval | , |
zero | |||
) |
zend_class_entry* grpc_ce_timeval |
class Timeval
|
static |