Permite interactuar con los parametros enviados

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/tinyphp-function/with

1.0 2024-11-16 04:47 UTC

This package is not auto-updated.

Last update: 2025-10-05 07:20:32 UTC


README

Instalación via composer

composer require tinyphp-function/with

Funciones

/** Permite interactuar con los parametros enviados */
function with(mixed $param1, mixed $param2, ..., callable $do): mixed