Searched refs:php_get_uid_by_name (Results 1 – 2 of 2) sorted by relevance
413 PHPAPI zend_result php_get_uid_by_name(const char *name, uid_t *uid) in php_get_uid_by_name() function506 if (php_get_uid_by_name(ZSTR_VAL(user_str), &uid) != SUCCESS) { in php_do_chown()
52 extern int php_get_uid_by_name(const char *name, uid_t *uid);1543 if(php_get_uid_by_name((char *)value, &uid) != SUCCESS) { in php_plain_files_metadata()
Completed in 15 milliseconds