Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
show_source
show_source
Alias of highlight_file
Name:
show_source
Category:
Miscellaneous
Programming Language:
php
One-line Description:
The alias for highlight_file().
Related
Are There Security Risks of Path Traversal Attacks When Using the show_source Function? How to Prevent Them?
3
What are the differences between PHP's show_source() and highlight_file() functions? A Detailed Comparison
1
show_source Function Usage Example Explained: How to Display the Full Source Code of the Current PHP File
5
Similar Functions
sleep
sleep
Delayedexecution
exit
exit
Outputamessageandexi
sys_getloadavg
sys_getloadavg
Obtaintheaverageload
eval
eval
ExecutestringsasPHPc
unpack
unpack
Decompressdatafrombi
die
die
Equivalenttoexit()
sapi_windows_cp_set
sapi_windows_cp_set
Settingupprocesscode
connection_status
connection_status
Returntothestatusbit
Popular Articles
Are There Security Risks of Path Traversal Attacks When Using the show_source Function? How to Prevent Them?
What are the differences between PHP's show_source() and highlight_file() functions? A Detailed Comparison
show_source Function Usage Example Explained: How to Display the Full Source Code of the Current PHP File