As a low-level extension, libsmbclient-php does not throw exceptions. Success or failure is communicated the old-fashioned way, by the function's return value. You should always check if a function returnsfalsefor failure. If you really want exceptions, you can build your own high-level laye...
#include "php_smbclient.h"#include <libsmbclient.h>#define STREAM_DATA_FROM_STREAM() \ php_smb_stream_data *self = (php_smb_stream_data *) stream->abstract;typedef struct _php_smb_stream_data { php_smbclient_state *state; SMBCFILE *handle; /* pointers cache for multiple call */ ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} eduardok / libsmbclient-php Public Notifications You must be signed in to change notification settings Fork 21 Star 99 ...