PHP Classes

File: readme.md

Recommend this page to a friend!
  Classes of Kabir Hossain   Learn PHP   readme.md   Download  
File: readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Learn PHP
Examples of PHP features using OOP or global code
Author: By
Last change:
Date: 5 days ago
Size: 214 bytes
 

Contents

Class file image Download
  1. Validation: Check input data in proper form.
  2. Sanitization: Remove illegal character from input data.

    A. filter_var(variable, filter, options) -> This functions validate and sanitize the input.