×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

PHP example - How to get a line from file pointer and strip the HTML tags in single instruction?


PHP - How to get a line from file pointer and strip the HTML tags in single instruction?

In PHP there is a function very similar to fgets which is not very well known, the fgetss function. The only difference between fgetss and fgets is that fgetss strip all the HTML tags from the given line.
 
fgetss(int fp, int length)

Category: PHP

 
<< Go back