If your asking if you can include C straight into PHP and execute your user functions the answer is no.
For that, you want to use Mono or One or dare I say... .Net (just typing that makes me feel all dirty)
You can however compile your C code and execute the binaries and capture their output via PHP. And conversions from C to PHP aren't all that hard, since PHP is very similar in construct.