Files
huangjingfen/pro_v3.5.1/vendor/topthink/think-helper/src/contract/Arrayable.php
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

9 lines
96 B
PHP

<?php
namespace think\contract;
interface Arrayable
{
public function toArray(): array;
}