I assume you mean the set_time_limit() function in PHP.
This function changes the maximum time allowed for a PHP script to run on a server. I assume they (the server admins) don't want you changing it because it is usually controlled by the php.ini file on the server.
What are you running that's giving you the error?