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