Files
predis/lib/Predis/Commands/Substr.php
T

8 lines
124 B
PHP

<?php
namespace Predis\Commands;
class Substr extends Command {
public function getCommandId() { return 'SUBSTR'; }
}