Categories
Tags → Php Strings

Injection Scanner

Injection Scanner is a PHP-based script that parses the query strings in a URL. By comparing the query string to known injection and remote execution exploits, it can effectively secure a webpage from being exploited. When an exploit is detected, t...
DETAILS

How to match and extract strings in PHP

Learn how search strings or replace single or multple matches using PHP functions. This tutorial explains the basic operations for dealing with string search and replacement using preg_match(), and preg_match_all() functions.
DETAILS

Random Password

This is a small php function to generate strings randomly. This can be used to generate random password.
DETAILS

ArZipStr

This package can be used to compress text based on prior knowledge of the frequency of letters of texts in the same idiom. Currently there are class versions for the idioms: Arabic, English, French, German, Italian and Spanish. These clas...
DETAILS

ArGender

This class attempts to guess the gender of Arabic names. In Arabic, feminine names are formed by adding certain characters sequences at the end of the masculine names. This class analyses a names to see if it contains characters patterns ...
DETAILS

PHP string basics

A detailed description how to use PHP strings and basic string manipulation functions.
DETAILS

Page:
©2003-2019 jCay.com