nextcloud/lib
josh4trunks 1b02991a1d Fixes based on suggestions
I use the term socket for any extension, either unix socket, or internet socket (port).

I check if the socket is all digits
* only integers 0 and larger would pass this test.
I then check if the string is less than or equal to the maximum port number.

By using "if($socket)" I make sure socket isn't false, empty, or the string '0'.

I don't believe I need to initialize $port because $port will always be set if $socket is true. Please show me if I am wrong here. Thanks
2014-06-11 21:47:45 -07:00
..
l10n [tx-robot] updated from transifex 2014-06-04 01:57:48 -04:00
private Fixes based on suggestions 2014-06-11 21:47:45 -07:00
public Move Lock to private namespace, add interface. Update PHPDoc. 2014-06-04 07:55:45 +02:00
autoloader.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
base.php Merge pull request #8701 from owncloud/slide-up-toggle 2014-06-04 11:31:04 +02:00