Home
last modified time | relevance | path

Searched refs:php_ssh2_exec_command (Results 1 – 1 of 1) sorted by relevance

/dports/security/pecl-ssh2/ssh2-1.3.1/
H A Dssh2_fopen_wrappers.c778 static php_stream *php_ssh2_exec_command(LIBSSH2_SESSION *session, zend_resource *rsrc, char *comma… in php_ssh2_exec_command() function
921 …stream = php_ssh2_exec_command(session, rsrc, SSH2_URL_STR(resource->path) + 1, terminal, terminal… in php_ssh2_fopen_wrapper_exec()
990 …stream = php_ssh2_exec_command(session, Z_RES_P(zsession), command, term, term_len, environment, w… in PHP_FUNCTION()