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