Input/Output Learning Mode

What will the following script do?

<?php
echo getservbyname ('ftp', 'tcp');
?>