alphanormalize_php  v.03.00.03 — June 17, 2020
alphanormalize.inc File Reference

Main module: Simple functions to remove "accents" and replace non-alphanumeric characters. More...

Go to the source code of this file.

Namespaces

 Alphanormalize
 

Functions

 Alphanormalize::mb_str_accentalpha_to_alpha ($s, $encoding=null)
 Copy of $s without "accents". More...
 
 Alphanormalize::mb_str_alphanormalize ($s, $strip=false, $entity_decode=false, $replacement='_', $encoding=null)
 Copy of $s without "accents" with the characters of the Greek alphabet were replaced and all non-alphanumeric characters are replaced by $replacement. More...
 
 Alphanormalize::mb_str_greek_to_alpha ($s, $encoding=null)
 Copy of $s with the characters of the Greek alphabet were replaced. More...
 
 Alphanormalize::version ()
 Return the version of this module. More...
 

Variables

return Alphanormalize::true
 

Detailed Description

Main module: Simple functions to remove "accents" and replace non-alphanumeric characters.

(June 17, 2020)

Piece of alphanormalize_php. https://bitbucket.org/OPiMedia/alphanormalize_php

LGPL3 — Copyright (C) 2013, 2016, 2020 Olivier Pirson http://www.opimedia.be/

Version
03.00.03 — June 17, 2020
Author
Olivier Pirson olivi.nosp@m.er.p.nosp@m.irson.nosp@m..opi.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file alphanormalize.inc.