tags:

views:

40

answers:

0

Hello,

Is it possible to just encrypt a portion of a full php script?

For example: Just encrypt the following, but leave the rest of the script non-ecrypted.

function getTimeStamp() {
    return time();
}

Thanks.