Change on 2014/12/10 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81800876pull/1/merge
parent
8919f6087f
commit
f5aa29b628
3 changed files with 13 additions and 4 deletions
@ -0,0 +1,6 @@ |
||||
<?php |
||||
function getNewPort() { |
||||
static $port = 10000; |
||||
$port += 1; |
||||
return $port; |
||||
} |
Loading…
Reference in new issue