International PHP Conference Munich 2025

FFI\CType::getFuncParameterCount

(PHP 8 >= 8.1.0)

FFI\CType::getFuncParameterCountRecuperar el número de argumentos de un tipo de función

Descripción

public FFI\CType::getFuncParameterCount(): int

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el número de argumentos del tipo de función subyacente. Si el tipo subyacente no es una función, se lanza una FFI\Exception.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top