Movatterモバイル変換


[0]ホーム

URL:


PHP 8.5.0 Alpha 2 available for testing
    variant_idiv »
    « variant_fix

    variant_get_type

    (PHP 5, PHP 7, PHP 8)

    variant_get_typeReturns the type of a variant object

    Description

    variant_get_type(variant$variant):int

    Returns the type of a variant object.

    Parameters

    variant

    The variant object.

    Return Values

    This function returns an integer value that indicates the type ofvariant, which can be an instance ofcom,dotnet orvariant classes. The return value can be compared to one of theVT_* constants.

    The return value for COM and DOTNET objects will usually beVT_DISPATCH; the only reason this function works for those classes is because COM and DOTNET are descendants of VARIANT.

    See Also

    Found A Problem?

    Learn How To Improve This PageSubmit a Pull RequestReport a Bug
    add a note

    User Contributed Notes

    There are no user contributed notes for this page.
    To Top
    and to navigate •Enter to select •Esc to close
    PressEnter without selection to search using Google

    [8]ページ先頭

    ©2009-2025 Movatter.jp