Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.73 ">

str_repeat

(PHP 4 )

str_repeat -- Répète une chaîne.

Description

string str_repeat ( string input, int multiplier)

str_repeat() retourne input_str répétée multiplier fois. multiplier doit être supérieur à 0.

Exemple 1. Exemple avec str_repeat()

<?php
echo str_repeat("-=", 10);
?>

Cet exemple affichera "-=-=-=-=-=-=-=-=-=-=".

Note : str_repeat() a été ajoutée en PHP 4.0.