yii\db\pgsql\ArrayParser - Yii2 类参考手册

Class yii\db\pgsql\ArrayParser

Inheritanceyii\db\pgsql\ArrayParser
Available since version2.0.14

The class converts PostgreSQL array representation to PHP array

Public Methods

隐藏继承的方法 Hide inherited methods

方法 Method简介 Description定义在 Defined By
parse() Convert array from PostgreSQL to PHP yii\db\pgsql\ArrayParser

方法详情 Method Details

parse() public method

Convert array from PostgreSQL to PHP

public array|null parse ( $value )
$value string

String to be converted