phpdbg_break_file

(PHP 5 >= 5.6.3, PHP 7)

phpdbg_break_fileInserts a breakpoint at a line in a file

说明

phpdbg_break_file ( string $file , int $line ) : void

Insert a breakpoint at the given line in the given file.

参数

file

The name of the file.

line

The line number.

返回值

没有返回值。

参见

相关文章
php apc 函数 load a binary dump from a file into the apc file/user cachephp cubrid 函数 import blob/clob data from a filephp direct io 函数 opens a file creating it if necessary at a lower level than the c library input/ouput stream functions allowphp eio 函数 duplicate a file descriptorphp eio 函数 read from a file descriptor at given offsetphp zlib 函数 get line from file pointerphp zlib 函数 get line from gz file pointer and strip html tagsphp ncurses 函数 delete character at current position move rest of line leftphp ncurses 函数 delete line at current position move rest of screen upphp ncurses 函数 draw a horizontal line at current position using an attributed character and max. n characters longphp ncurses 函数 insert character moving rest of line including character at current positionphp ncurses 函数 insert string at current position moving rest of line rightphp ncurses 函数 draw a vertical line at current position using an attributed character and max. n characters longphp ncurses 函数 draws a horizontal line in a window at current position using an attributed character and max. n characters longphp ncurses 函数 draws a vertical line in a window at current position using an attributed character and max. n characters longphp phpdbg 函数 inserts a breakpoint at a line in a filephp phpdbg 函数 inserts a breakpoint at entry to a functionphp phpdbg 函数 inserts a breakpoint at entry to a methodphp phpdbg 函数 inserts a breakpoint at the next opcodephp wincache 函数 retrieves information about file cache memory usage
关注编程学问公众号