Searched refs:pagesize (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.c | 2189 /* {{{ proto mixed ldap_control_paged_result(resource link, int pagesize [, bool iscritical [, string cookie]]) 2193 long pagesize; local 2205 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|bs", &link, &pagesize, &iscritical, &cookie, &cookie_len) != SUCCESS) { 2234 if (ber_printf(ber, "{iO}", (int)pagesize, &lcookie) == LBER_ERROR) { 2556 ZEND_ARG_INFO(0, pagesize)
|
Completed in 5 milliseconds