FFI\CType::getFuncParameterCount

(PHP 8 >= 8.1.0)

FFI\CType::getFuncParameterCountRetrieve the count of parameters of a function type

Descrição

public FFI\CType::getFuncParameterCount(): int

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the number of parameters for the underlying function type. If the underlying type is not a function, an FFI\Exception is thrown.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top