PHP 8.4.7 Released!

trader_floor

(PECL trader >= 0.2.0)

trader_floorRedondeo hacia abajo de vectores

Descripción

trader_floor(array $real): array

Calcula el siguiente entero menor para cada valor de real y devuelve el array resultante.

Parámetros

real

Array de valores reales.

Valores devueltos

Devuelve un array con los datos calculados o false en caso de error.

add a note

User Contributed Notes 1 note

up
0
geekgirl dot joy at gmail dot com
4 years ago
<?php

$real
= array(-7.8, 0, 0.1, 0.3, 1, 1.1, 55.1);

$result = trader_floor($real);

var_dump($result);
/*
array(7) {
[0]=>
float(-8)
[1]=>
float(0)
[2]=>
float(0)
[3]=>
float(0)
[4]=>
float(1)
[5]=>
float(1)
[6]=>
float(55)
}
*/
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant