Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fgetss
fgetss
Read a line from a file pointer and filter out HTML tags
Name:
fgetss
Category:
File system
Programming Language:
php
One-line Description:
Read a line from the open file and filter out HTML and PHP tags.
Related
Why do some character sets go wrong when using mysqli::set_charset?
1
How to check the existence of a directory with is_dir function when uploading a file
3
How to dynamically introduce modules in PHP scripts via get_include_path()
4
PHP addcslashes Function Explained: Usage, Examples, and Best Practices
10
Similar Functions
disk_total_space
disk_total_space
Returnsthetotalsizeo
move_uploaded_file
move_uploaded_file
Moveuploadedfilestoa
filegroup
filegroup
Groupoffilesobtained
unlink
unlink
Deletefiles
is_writable
is_writable
Determinewhethertheg
fgetc
fgetc
Readcharactersfromfi
fgetss
fgetss
Readalinefromafilepo
lchgrp
lchgrp
Modifyallgroupsofsym
Popular Articles