Documentation

SqlFileParser
in package

SQL file parser for reading and splitting SQL files into individual queries.

Tags
since
3.0.0

Table of Contents

Methods

parseFile()  : array<int, string>
Parse a SQL file by returning an array of the different queries it contains.

Methods

parseFile()

Parse a SQL file by returning an array of the different queries it contains.

public static parseFile(string $filename) : array<int, string>
Parameters
$filename : string

File name

Return values
array<int, string>

        
On this page

Search results