<?php if ( $a == “a” ) { somefunction ( ); } else if ( $a == “b” ) { anotherfunction( ); } else if ( $a == “c” ) { dosom 点我阅读全文