略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: FFI::type

2024-04-27

FFI::type

(PHP 7 >= 7.4.0, PHP 8)

FFI::typeCreates an FFI\CType object from a C declaration

说明

public static FFI::type(string $type): ?FFI\CType
public FFI::type(string $type): ?FFI\CType

This function creates and returns a FFI\CType object for the given string containing a C type declaration. If this method is called statically, it must only use predefined C type names (e.g. int, char, etc.); if the method is called as instance method, any type declared for the instance is allowed.

参数

type

A valid C declaration as string, or an instance of FFI\CType which has already been created.

返回值

Returns the freshly created FFI\CType object, or null on failure.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/ffi.type.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3