Categories
Tags → Php String Functions

PHP Script Tips - PHP Built-in Functions for Strings

A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc
DETAILS

datLib

datLib contains Class Methods that help simplify common programming functions that PHP programmers use in their development process when building web based applications. These include calculating dates in different formats; server and user informatio...
DETAILS

safedata

Safedata is a PHP class that effectively disables both register_globals and magic_quotes. It includes wrapper functions for MySQL / MySQLi''s escape string functions and for htmlentities / htmlspecialchars that allow you to use both string...
DETAILS

PHP Strings Primer

In order to accomplish almost any programming task with PHP you''ll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available. In this tutorial we will lay down the foundations needed...
DETAILS

phpSQLGen

This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an...
DETAILS

QikTable

QikTable is a PHP class that uses object-oriented syntax to simplify the creation of HTML tables. Set or clear ANY attribute (including CSS) for the table, headings, body, or by row, column or cell. Makes it easy to build tables with data imported fr...
DETAILS

libmstring

This library is consist of useful string manipulating functions including PHP ''s explode and str_replace function.
DETAILS

STPhp

STPhp is a PHP-based string translation suite designed as a simple internationalization tool to work without requiring non-standard dependencies; only the core of php3 is required, which means STPhp can be easily used in places where you, the code cr...
DETAILS

class.browser.php

class.browser.php is a class of functions that is designed to make it easy to download web pages for numerous uses, including for web crawling. It extends the functionality of the PHP function fsockopen, as well as adds string parsing functions to ma...
DETAILS

Web Application Development with PHP 4.0

In the first part of Web Application Development with PHP the authors explain PHP''s advanced syntax like classes, recursive functions and variables. They present software development methodologies and coding conventions which are a must-know fo...
DETAILS

Page:
©2003-2008 jCay.com