Teknotit Snipet Manager



Api 2 Git 1 aleatoire 2 animation 1 apache2 4 bash 9 cache 1 css 17 curl 1 fastcgi 2 fichier 1 fonctions 10 html 5 inspiration 1 javascript 17 linux 17 mobile 2 mysql 2 nginx 3 php 21 postfix 2 repertoire 3 ssh 9 swap 1 sysadmin 13 taille 1 ubuntu 7 wordpress 8

.

Supression des espace et des espace en double

Supression des espace et des espace en double

function clean_trim($str) {
    // First remove the leading/trailing whitespace
    $str = trim($str);
    // Now remove any doubled-up whitespace
    $str = preg_replace('/\s(?=\s)/', '', $str);
    // Finally, replace any non-space whitespace, with a space
    $str = preg_replace('/[\n\r\t]/', ' ', $str);

    return $str;
}

fonctions php

<iframe width="100%" height="362" src="http://snipet.teknotit.com/index.php?embed=544093fdebc42" type="text/html"></iframe>

Texte seul - Permalink - Snippet public posté le 17/10/2014

Flux RSS de cette page


Teknotit Snipet Manager 1.84 par Bronco - Page générée en 0.006 s