Documentation du code de SPIP et de ses plugins

TextWheel pour SPIP

textwheel.php

TextWheel 0.1

let's reinvent the wheel one last time

This library of code is meant to be a fast and universal replacement for any and all text-processing systems written in PHP

It is dual-licensed for any use under the GNU/GPL2 and MIT licenses, as suits you best

(c) 2009 Fil - fil@rezo.net Documentation & http://zzz.rezo.net/-TextWheel-

Usage: $wheel = new TextWheel(); echo $wheel->text($text);

Table of Contents

Classes

TextWheel
TextWheelDebug

Functions

stripos()  : mixed
strpbrk()  : mixed

Functions

stripos()

stripos(mixed $haystack, mixed $needle) : mixed
Parameters
$haystack : mixed
$needle : mixed

strpbrk()

strpbrk(mixed $haystack, mixed $char_list) : mixed
Parameters
$haystack : mixed
$char_list : mixed

        
On this page

Search results