quiero_un_besito_y_un_abrazo_y_un_besito_otra_vez functie ()
Geplaatst op | 6 mei 2011 | No Comments
:: Functie om een kus en een knuffel en een kus weer te geven ... ::
<?php
/*
* @Version 1.0
* @Autor Oscar Rovira
* @Date 06-May-2011
* @copyright Copyright (C) 2011 - 2011
* Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* quiero_un_besito_y_un_abrazo_y_un_besito_otra_vez! is free software.
* This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
function quiero_un_besito_y_un_abrazo_y_un_besito_otra_vez(){
$beso=0;$abrazo=0;
for ($beso=0; $beso==$beso ;$beso++){
$beso++;
if ($beso==$beso){ $abrazo++}
}
}
?>
Aunque creo que es mejor usar un while
function quiero_un_besito_y_un_abrazo_y_un_besito_otra_vez(){
$beso=0;$abrazo=0;
while ($beso==$beso){
$beso++;
if ($beso==$beso){ $abrazo++}
}
}
Category: PHP
Tags: function quiero_un_besito_y_un_abrazo_y_un_besito_otra_vez() > Oscar Rovira > php
Tags: function quiero_un_besito_y_un_abrazo_y_un_besito_otra_vez() > Oscar Rovira > php
Comments
Leave a Reply


























































