ibexa/polyfill-php82

v1.0.1 2024-08-08 11:44 UTC

This package is auto-updated.

Last update: 2024-09-08 12:06:43 UTC


README

此软件包提供对Symfony Polyfills未提供的函数的访问。

要在项目中使用它,请使用Composer添加:⏩ composer require ibexa/polyfill-php82

然后您可以通过导入它们来使用软件包提供的函数

use Ibexa\PolyfillPhp82\iterator_to_array;

// Now we can use `iterator_to_array` function (although namespaced) as if it was
// with PHP 8.2 functionality (extended arguments)
$anyIterable = ['some_simple_array_which_would_not_work_in_php_82'];
$array = iterator_to_array($anyIterable);

版权

版权所有(C) 1999-2024 Ibexa AS(原eZ Systems AS)。保留所有权利。

许可

以下许可下可单独获取此源代码

A - Ibexa商业使用许可协议(Ibexa BUL),版本2.4或更高版本(许可条款可能会不时更新)。通过拥有有效的Ibexa DXP(原eZ Platform Enterprise)订阅获得Ibexa BUL,详情请参阅:[https://www.ibexa.co/product](https://www.ibexa.co/product)。有关完整的Ibexa BUL许可文本,请参阅:[https://www.ibexa.co/software-information/licenses-and-agreements](https://www.ibexa.co/software-information/licenses-and-agreements)(适用最新版本)

B - GNU通用公共许可证,版本2。授予一个绝对无保证的开源copyleft许可证。有关完整的GPL许可文本,请参阅:[https://www.gnu.org/licenses/old-licenses/gpl-2.0.html](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)