Page MenuHomeWickedGov Phorge

TrimMode.php
No OneTemporary

Size
298 B
Referenced Files
None
Subscribers
None

TrimMode.php

<?php
declare(strict_types=1);
namespace Doctrine\DBAL\Platforms;
final class TrimMode
{
public const UNSPECIFIED = 0;
public const LEADING = 1;
public const TRAILING = 2;
public const BOTH = 3;
/** @codeCoverageIgnore */
private function __construct()
{
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 01:41 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0f/98/daa5475289ea6f0ba6466b1b9af3
Default Alt Text
TrimMode.php (298 B)

Event Timeline