Replies: 1 comment 3 replies
-
Hello
Yes, if it is internal or if it is from core extension, full list can be found here: zephir/config/class-entries.php Line 34 in d5bcff3
Not completely, as Zephir doesn't support some features, especially async (work in progress). But extension made by Zephir can be easily used with Swoole inside PHP project
Any external C libraries can be included inside your project via Custom optimizers (https://docs.zephir-lang.com/0.12/en/optimizers)
No, because your code is compiled and shipped as PHP extension (like one of many puzzles)
Yes, Phalcon, for example uses PSR extension (https://github.com/jbboehr/php-psr). Since version |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have known Zephir for a long time, and I would like to ask you a few questions about things that let me sleep:
I would love to know about the possibilities to start dreaming and creating things. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions