PHP 8.5.0 Beta 3 available for testing

ReflectionZendExtension ใ‚ฏใƒฉใ‚น

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ใฏใ˜ใ‚ใซ

ใ‚ฏใƒฉใ‚นๆฆ‚่ฆ

class ReflectionZendExtension implements Reflector {
/* ใƒ—ใƒญใƒ‘ใƒ†ใ‚ฃ */
public string $name;
/* ใƒกใ‚ฝใƒƒใƒ‰ */
public __construct(string $name)
private __clone(): void
public static export(string $name, bool $return = ?): string
public getAuthor(): string
public getName(): string
public getURL(): string
public getVersion(): string
public __toString(): string
}

ใƒ—ใƒญใƒ‘ใƒ†ใ‚ฃ

name

ๆ‹กๅผตใƒขใ‚ธใƒฅใƒผใƒซๅใ€‚่ชญใฟ่พผใฟๅฐ‚็”จใงใ€ๆ›ธใ่พผใ‚‚ใ†ใจใ™ใ‚‹ใจ ReflectionException ใ‚’ใ‚นใƒญใƒผใ—ใพใ™ใ€‚

ๅค‰ๆ›ดๅฑฅๆญด

ใƒใƒผใ‚ธใƒงใƒณ ่ชฌๆ˜Ž
8.0.0 ReflectionZendExtension::export() ใฏใ€ๅ‰Š้™คใ•ใ‚Œใพใ—ใŸใ€‚

็›ฎๆฌก

๏ผ‹add a note

User Contributed Notes

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