php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "phpdbg.h"
Go to the source code of this file.
Functions | |
PHPDBG_API int | phpdbg_consume_stdin_line (char *buf) |
PHPDBG_API int | phpdbg_mixed_read (int fd, char *ptr, int len, int tmo) |
PHPDBG_API int | phpdbg_mixed_write (int fd, const char *ptr, int len) |
PHPDBG_API int phpdbg_consume_stdin_line | ( | char * | buf | ) |
Definition at line 26 of file phpdbg_io.c.
PHPDBG_API int phpdbg_mixed_read | ( | int | fd, |
char * | ptr, | ||
int | len, | ||
int | tmo ) |
Definition at line 73 of file phpdbg_io.c.
PHPDBG_API int phpdbg_mixed_write | ( | int | fd, |
const char * | ptr, | ||
int | len ) |
Definition at line 113 of file phpdbg_io.c.