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 direct io 函数 opens a file creating it if necessary at a lower level than the c library input/ouput stream functions allowphp 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 函数 move position and get character at new positionphp ncurses 函数 restore screen from file dumpphp ncurses 函数 draw a vertical line at current position using an attributed character and max. n characters longphp ncurses 函数 adds character at current position in a window and advance cursorphp 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 newt 函数 displays the string text at the position indicatedphp 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 opcode
关注编程学问公众号