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 函数 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 stream 函数 sets write file buffering on the given streamphp svn 函数 returns the contents of a file in a repositoryphp svn 函数 enumerates the directory entries under path; returns a hash of dir names to file typephp svn 函数 returns list of directory contents in repository url optionally at revision number
关注编程学问公众号